Explore >> Select a destination


You are here

scastiel.dev
| | sandroroth.com
2.0 parsecs away

Travel
| | 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
1.7 parsecs away

Travel
| | 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
2.0 parsecs away

Travel
| | 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
31.5 parsecs away

Travel
| Learn how to test React components with react-test-renderer, and the Act API.