|
|
|
|
|
by acemarke
368 days ago
|
|
It's ironic you say that - I wrote the post, and I _maintain_ Redux :) FWIW, I can confirm that hooks have _not_ "eradicated Redux" - it's still the most widely used client side state management lib in React apps. It's definitely as common as it used to be, since the ecosystem has evolved significantly, but both download stats and discussions with devs tell me it's still in very widespread use. |
|
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.