12 ms·
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.
by stevewodil 3y 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
- chrisweekly 3y agoIt is already the dominant paradigm. React: f(State) => UI Redux: (State, Action) => newState