|
|
|
|
|
by acemarke
2690 days ago
|
|
I'm a Redux maintainer. I'd specifically encourage folks to take a look at our new Redux Starter Kit package [0]. It includes several utilities that add good opinionated defaults around the small Redux core to simplify common use cases, including store setup, defining reducers, immutable update logic, and even creating entire "slices" of state without writing any action creators or action types by hand. Long-term, I want this to be the standard way that most people use Redux. [0] https://redux-starter-kit.js.org |
|