Hacker News new | ask | show | jobs
by cjonas 1683 days ago
Reacts out of the box "useState" along side the unidirectional data flow acts as a lightweight, yet very powerful form of state management.

Redux takes that to the next level but is based on similar principles of "reactive" programming. For complex state heavy applications it's extremely powerful, but often overkill for many smaller applications.