You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: