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

Add examples of Elm ports #62

Closed
gabrielperales opened this issue Feb 13, 2017 · 3 comments · Fixed by #72
Closed

Add examples of Elm ports #62

gabrielperales opened this issue Feb 13, 2017 · 3 comments · Fixed by #72

Comments

@gabrielperales
Copy link
Member

Sometimes you are going to need interoperate with javascript, maybe because you need access to some native APIs and there isn't any elm library to interop with that native api yet. Or maybe because you already have javascript code and you want Elm to be able to communicate with it.

For those cases, Elm comes with Elm ports, and they will allow us do that communication.

@gabrielperales
Copy link
Member Author

I found these slides from @xarvh talking about elm ports. I think I'm going take one of those examples for this repo.

@newswim
Copy link

newswim commented Feb 16, 2017

Amazing slides, I love that the deck was also written in Elm.

Elm vs. JavAsCript

🤣

@gabrielperales
Copy link
Member Author

I've done this example repo to learn about elm ports. Maybe I should do something more focused just on elm ports to add it to this repo, but you can start having a look.

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

Successfully merging a pull request may close this issue.

2 participants