for more information visit the package's GitHub page
Package contains the following modules:
This library should be used with elm-native JS library
We can build mobile apps with elm and Nativescript API now. And the best part is elm/http
is supported.
We will use CustomElements feature to create mobile UI elements with nativescript objects and control the nativescript object from elm.
Here's a simple representation of how UI elements are created
Elm
-> Nativescript
-> Mobile
When we listen for / receive an event,
Mobile
-> Nativescript
-> Elm
Consider this flow while building an application. This will help you to overcome performance issues if you encounter them.
More features will be added soon.