DEV Community

Discussion on: Mere Functional Programming in F#

Collapse
 
johnkazer profile image
John Kazer

Do you (want to) use state machines to describe UI? I've been using the Elm-inspired MVU JavaScript mini framework hyperapp for a while but also use xState for UI state management. Is a wonderful combination.

Collapse
 
kspeakman profile image
Kasey Speakman

We have been writing front-end UIs in F# and using Elmish for the MVU details. Thanks for mentioning those. I will check them out. Nice connection between MVU and state machines.