React

Build modern UIs with React

250 tutorials
12 of 250 tutorials
Aug 16, 2026· 8 min read

React 19.2 Features You Should Actually Know

React 19.2 ships Activity, useEffectEvent, cacheSignal, Performance Tracks, and partial pre-rendering, plus SSR and tooling changes that matter in practice.

Server ComponentsReact
Aug 16, 2026· 8 min read

React Design Patterns: A Practical Guide

The React design patterns that still matter with Hooks: composition, custom Hooks, compound components, controlled components, and the provider pattern.

ArchitectureReact
Aug 16, 2026· 7 min read

When to Extract a Component or Custom Hook

Extract components and custom Hooks to remove real duplication and coupling, not because a file got long. Learn the signals for each.

ReactArchitecture
Aug 16, 2026· 7 min read

How to Refactor a Large React Component Safely

Refactor a large React component without changing what users see by writing a behavior test, extracting pure functions, and splitting in small steps.

ReactArchitecture