Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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



It is already the dominant paradigm.

React: f(State) => UI

Redux: (State, Action) => newState




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: