/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

github.com
| | github.community
2.8 parsecs away

Travel
| | Ask questions, get answers, share expertise.
| | winterbe.com
15.3 parsecs away

Travel
| | This article describes a few techniques how to integrate React.js into traditional jQuery single-page-applications.
| | timmousk.com
13.7 parsecs away

Travel
| | How to get the current URL in React? Get the current URL with the window.location object or the useLocation hook.
| | sandroroth.com
32.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).