/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

scastiel.dev
| | 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.
| | 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
| | 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).
| | www.valentinog.com
34.7 parsecs away

Travel
| A mostly complete guide to webpack's capabilities, always to keep close at hand.