I let React Compiler handle memoization: Here’s what actually broke
In October 2025, the React compiler v1.0 was released as a stable version with the promise that we would no longer need to litter our codebases with useMemo, or useCallback….
In October 2025, the React compiler v1.0 was released as a stable version with the promise that we would no longer need to litter our codebases with useMemo, or useCallback….
December 17, 2021 by Jesslyn Tannady and Rick Hanlon Last week we hosted our 6th React Conf. In previous years, we’ve used the React Conf stage to deliver industry changing…
Introduction For a very long time, the most-requested CSS feature has been container queries. That’s been our holy grail, the biggest missing piece in the CSS toolkit. Well, container queries…
Next.js 15.2 includes updates for debugging errors, metadata, Turbopack, and more: Upgrade today, or get started with: # Use the automated upgrade CLI npx @next/codemod@canary upgrade latest # …or upgrade…
Here’s a piece of HTML: <html> <body> <p>Hello, worldp> body> html> Imagine this was the only piece of HTML you’ve ever seen in your life. If you had complete freedom,…
Over the last few months, I’ve been heads-down on building the content for EpicWeb.dev. And I’ve been building it all in the open on my YouTube channel. If you’ve been…
TL;DR The Vercel AI SDK in production is easy to start and easy to get wrong — it collapses a week of streaming plumbing into an afternoon, then quietly leaves…
Why traditional loading patterns like spinners fail in agentic AI experiences, and how interface patterns that reveal the system’s process, status, and decision-making can improve transparency and build user trust….
Most developers know to look for SQL injection, exposed API keys, and unsafe authentication logic in their own code. The harder problem is the code they did not write. A…
March 29, 2022 by The React Team React 18 is now available on npm! In our last post, we shared step-by-step instructions for upgrading your app to React 18. In…