Hacker News new | ask | show | jobs
by stevewodil 1173 days 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

1 comments

It is already the dominant paradigm.

React: f(State) => UI

Redux: (State, Action) => newState