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

I feel this is because many people confuse Redux (or flux) with React itself.

Or the more general problem of not knowing the difference between store state, local component state, and component instance state (the actual JS object's properties.)

The new Unstated library leveraging the next Context API is a nice balance I find for state management. It basically just mirrors Reacts setState style update system. Although you do lose the single source of truth pro of Redux.



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

Search: