AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Using a State Management Library in a React Framework?
Elm is based on a notion of a pure functional representation of the dom. The one thing that react users typically reach for is a state management library. And so this is, in some sense, just another spin on the classic model view controller pattern. An model is your representation of data. View is what you're going to display, and the controlleris how you interact with the outside world.