hariroshan/elm-native - version: 1.0.1

for more information visit the package's GitHub page

Package contains the following modules:

Elm bindings for Nativescript

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.

How it works

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.

Supported Features

More features will be added soon.