DEV Community

Discussion on: Explain the Frontend Webdev Ecosystem to Me

Collapse
 
kspeakman profile image
Kasey Speakman

MVU style apps as introduced by Elm. I use F# Elmish now. This is my favorite way to make front-end apps. I have found it very maintainable after multiple years in production, unlike every framework I ever tried. (They start out really good, but eventually becomes too much messing with framework abstractions instead of my own code.)