Hacker News new | ask | show | jobs
by almosthere 375 days ago
We can have different opinions, but every project that had Redux in the wild that I ran into had side effects and unexpected behavior everywhere. With hooks (state and context) it completely removes the need for Redux anywhere and most libraries are best kept clean without requiring anyone to use Redux.

To me Redux is like arguing to use C with global variables. Hooks (usestate/usecontext mostly) are local variables and it makes much more sense.