Explore >> Select a destination


You are here

react.dev
| | scastiel.dev
2.0 parsecs away

Travel
| | React Hooks are trully awesome, but the more I play with them the more I discover tricks, and sometimes spend a lot of time figuring out why my code doesn't do what it is supposed to.
| | reacthandbook.dev
0.8 parsecs away

Travel
| | React hooks and all their happy little nuances.
| | zenn.dev
3.0 parsecs away

Travel
| |
| | sandroroth.com
26.9 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).