Explore >> Select a destination


You are here

staleclosures.dev
| | eligundry.com
8.3 parsecs away

Travel
| | How I learned Redux at the exact right time
| | sandroroth.com
9.2 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).
| | realfiction.net
8.5 parsecs away

Travel
| |
| | www.rasikjain.com
82.3 parsecs away

Travel
| Introduction: React, the popular JavaScript library for building user interfaces, offers several powerful features that make it a developer-friendly choice. One such feature is prop drilling, a technique used for passing data from a top-level component to a deeply nested component. In this blog post, we will explore the concept of prop drilling, understand its benefits and limitations, and provide an example using TypeScript to demonstrate its usage. What is Prop Drilling?