/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

www.frontendundefined.com
| | sandroroth.com
1.6 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).
| | theankurtyagi.com
2.6 parsecs away

Travel
| | This tutorial will walk you through how to work with "React State Management" effectively using various methods, such as the useState hook, the useReducer hook, Context API, Redux toolkit, and URLs.
| | github.com
3.0 parsecs away

Travel
| | A JS library for predictable global state management - reduxjs/redux
| | blog.scottlogic.com
8.0 parsecs away

Travel
| Redux is a great state management library, but its types are too broad. Using the builder pattern, we can generate exact types and ensure type-safety throughout an app.