DEV Community

Discussion on: Getting Elmish in .NET with Elmish.WPF

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.