-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I use simpla with this Elm like library? #27
Comments
I should imagine so, as long as you can spit out Simpla's HTML to the DOM somewhere then it should work. /cc @bedeoverend |
Shouldn't be a problem - I haven't played with Escher myself, but from a quick look at the docs, it looks like it uses WebComponents + Polymer itself, so it should work really well with Simpla. The only thing to be aware of, you should install Simpla locally, rather than hotlinking from our CDN so as to avoid dependency conflicts. Let us know how you go with it! |
Thanks!! |
Will close this, let us know if any problems arise! |
Hello,
Escher is an elm like library for Julia that allows the creation of composable reactive web apps without using HTML/CSS, though it can express the full breadth of the latter.
It can wrap arbitrary web elements... would it be possible to use simpla with this?
The text was updated successfully, but these errors were encountered: