Based on basicHTML and definitively still a work in progress, nativeHTML brings hyperHTML ease to the NativeScript XML world.
Goals for this project:

  • use template literals to declare any NativeScript UI component
  • use interpolation to connect abstract DOM to real components
  • deploy on both Android and iOS platform with the similar ease
  • avoid unnecessary intermediate steps: write and test!

npm install nativehtml and try the first application example.
This should give you an idea of what is be possible (so far).

Star