Skip to content
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

Closed
datnamer opened this issue Aug 4, 2016 · 4 comments
Closed

Can I use simpla with this Elm like library? #27

datnamer opened this issue Aug 4, 2016 · 4 comments

Comments

@datnamer
Copy link

datnamer commented Aug 4, 2016

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?

@madeleineostoja
Copy link

I should imagine so, as long as you can spit out Simpla's HTML to the DOM somewhere then it should work.

/cc @bedeoverend

@bedeoverend
Copy link
Contributor

bedeoverend commented Aug 4, 2016

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!

@datnamer
Copy link
Author

datnamer commented Aug 4, 2016

Thanks!!

@madeleineostoja
Copy link

Will close this, let us know if any problems arise!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants