Elmish is a great UI building language. The todoapp is one of the best ways to see a UI language in action. Lets dive into the Elmish todo app and see what we can learn.
UI work is the wild west! Often it's just iterate until it works. Elmish provides a better set of tools to ensure your UI is working as expected. Why is it so useful? How does it allow you to write UIs that can be checked to ensure they're working as expected? Lets write a simple Elmish app to demonstrate it's many advantages.