|
|
|
|
|
by acemarke
2291 days ago
|
|
There's plenty of reasons to use Redux, even with the additional variety of (good!) options in the ecosystem. You might want to watch my talk on "The State of Redux" from Reactathon 2019, where I covered some of this: https://blog.isquaredsoftware.com/2019/03/presentation-state... Also, note that we have a new Redux Toolkit package, which is intended to simplify many common Redux use cases, and is now our recommended approach for writing Redux logic: https://redux-toolkit.js.org |
|