microsoft / cordova-samples

Visual Studio Tools for Apache Cordova - Sample Apps
http://aka.ms/cordova
MIT License
346 stars 742 forks source link

Request for Cordova + Elm example project #58

Open andykais opened 8 years ago

andykais commented 8 years ago

Elm (elm-lang.org/) is an excellent language for writing web apps. It focuses on speed and functional programming. I am a beginner to both cordova and elm, but I their focus on the virtual dom could benefit greatly when creating native Android and IOS apps. Supposedly, it is already much faster than angularjs

There are a few sparse examples around github.com/johnpmayer/cordova-hello (from this discussion), but it would be nice to see one built from the source, with best practices in mind.