/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

nabeelvalley.co.za
| | blog.somewhatabstract.com
0.8 parsecs away

Travel
| | [AI summary] The author discusses implementing server-side rendering (SSR) for a React application, focusing on rendering a React component into HTML and integrating it into a page template.
| | remysharp.com
2.7 parsecs away

Travel
| | Ever since I started pondering *what is React* last month, the core idea of state driving my development has been on my mind. I've been trying to do more readi...
| | mydevpa.ge
2.6 parsecs away

Travel
| | Learn how to create a Vite React app with our step-by-step tutorial. Discover Vite's benefits, including fast startup, HMR, and optimized builds, for efficient modern web development....
| | sandroroth.com
16.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).