F# Functional App Development, using Elmish and Xamarin.Forms
Never write a ViewModel class again! Conquer the world with clean dynamic UIs!
This library allows you to use the ultra-simple Model-View-Update architecture to build applications for iOS, Android, Mac, WPF and more. It is a variation of elmish, an Elm architecture implemented in F#. Elmish was originally written for Fable applications, however it is used here for applications using Xamarin.Forms.
Contributing
Please contribute to this library through issue reports, pull requests, code reviews and discussion.
Credits
This library is inspired by Elmish.WPF, Elmish.Forms and elmish, written by et1975. This project technically has no tie to Fable, which is an F# to JavaScript transpiler that is great.