Hacker News new | past | comments | ask | show | jobs | submit login

FWIW, we have a new official addon package called Redux Starter Kit [0]. It includes utilities to simplify several common Redux use cases, including store setup, defining reducers, immutable update logic, and even creating entire "slices" of state at once without writing any action creators or action types by hand.

We're starting on a major rewrite of the Redux core docs [1], and as part of that we'll be encouraging folks to use RSK as the default way to write Redux code.

(Note that we're also discussing possibly renaming RSK [2] to avoid confusion over the word "Starter" - a lot of folks are mistaking this to mean that it's only good for beginners or that it's some kind of project CLI tool.)

[0] https://redux-starter-kit.js.org

[1] https://github.com/reduxjs/redux/issues/3592

[2] https://github.com/reduxjs/redux-starter-kit/issues/246




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: