top | item 35338159

(no title)

stevewodil | 2 years ago

The Frontend local data store is essentially what a lot of state management libraries offer. Look at how you store and dispatch changes in something like redux.

I think this type of pattern (not necessarily redux specifically) is definitely the future of Frontend state if it’s not already the current paradigm

discuss

order

chrisweekly|2 years ago

It is already the dominant paradigm.

React: f(State) => UI

Redux: (State, Action) => newState