The Elm Architecture for building WPF and XAML applications.. in future.
Adapted from this great Elm F# project.
Currently a proof-of-concept. Please, help me to make it a real thing.
- Make CounterList sample work
- Add ToDo sample. It is the most ;-)
- Extend Tea with commands and subscriptions from @AnthonyLloyd's Event F# project
- Integrate the Tea Component on a level of Control instead of Application, for easy embedding into existing apps
- Optimize Diff implementation
- Add Xamarin.Forms implementation
- Figure out style and layout, may be similar to Elm Style.elements
- Better UI