DEV Community

Cover image for Getting Elmish in .NET with Elmish.WPF

Getting Elmish in .NET with Elmish.WPF

Matt Eland on December 30, 2019

Let’s talk about Elmish.WPF and how it brings Model View Update (MVU) architecture and Functional Programming to desktop .NET development. In this...
Collapse
 
shimmer profile image
Brian Berns • Edited

I've implemented a number of WPF MVVM apps in F# with immutable models using Reed Copsey's ViewModule and FsXaml libraries. Do you have any experience with that approach? If so, how would you compare it to Elmish? If not, maybe I'll take a shot at comparing the two.

Collapse
 
integerman profile image
Matt Eland

I have mild familiarity with the two but have never used them myself. I'd love to hear your thoughts.