useEffectEvent
and moreDiscover what’s new in React 19.2, which features long-awaited features like the Activity
API and the useEffectEvent Hook.
React Hooks and SolidJS Signals solve reactivity differently. Learn how each manages state and updates, and when to choose one approach over the other.
This tutorial shows how to use TanStack DB to build a task manager with live queries, optimistic updates, and offline support, delivering a fast, resilient UX with less boilerplate than traditional React state management.
React Router v7 is now more than routing. This guide explains its three modes—declarative, data, and framework and how to choose the right one for your app.
React Server Components aim to simplify data fetching and boost performance, but quirks in caching and loading often turn simple apps into debugging puzzles.
Explore the new mode that introduced file-based routing in v7, why it remains optional, and when to use it or stick with a different approach.
Learn a clean pattern for real-time AI chat in React using Fluent-state: immutable history, async streaming, derived UI state, and side effects without useEffect.
use()
API is about to make useContext
obsoleteLearn how React’s new use() API elevates state management and async data fetching for modern, efficient components.
If you’re building an LLM-powered application, llm-ui is a powerful tool to help you add structure, flexibility, and polish to your AI interfaces.
Learn how to integrate MediaPipe’s Tasks API into a React app for fast, in-browser object detection using your webcam.
This article explores several proven patterns for writing safer, cleaner, and more readable code in React and TypeScript.
Compare the top React toast libraries for when it’s more trouble than it’s worth to create your own custom toast components.