|
You are here |
scastiel.dev | ||
| | | | |
sandroroth.com
|
|
| | | | | Reducers are not only useful for global state management. They can also be used for local component state. And compared to plain useReducer() we can reduce boilerplate code by adapting the API of modern reducer libraries like Redux Toolkit (RTK). | |
| | | | |
hswolff.com
|
|
| | | | | This post is the first of a trilogy. Check out the other two posts as well:Level Up useReducer with ImmerHow To useContext With useReducerI didn't realize until recently how much I loved the React Hook useReducer. It's one of those advanced hooks, and while I read the documentation about it and alre | |
| | | | |
robkendal.co.uk
|
|
| | | | | Redux can be a tricky concept to get. By using React's useReducer Hook we can replace complex Redux configurations and still use state management. | |
| | | | |
www.valentinog.com
|
|
| | | Learn how to test React components with react-test-renderer, and the Act API. | ||