🍿 Play Next Episode - The Netflix Trick Hidden in React 19.2


Hey Reader,

I’ve been diving deep into React 19.2 and Next.js 16 Beta this week, and honestly, it’s such a solid update. I have started to incorporate so many of the features in my Next.js Custom Course Platform and have seen massive improvements.

But before we jump into this week’s snack, let’s hear it from our sponsor. 👇

But before that, let's hear it from our Sponsor.

PRESENTED BY CODERABBIT AI

Most AI test tools just throw random assertions at your code and call it “coverage.”
But they don’t actually understand your project’s context - your framework, mocks, or edge cases.

That’s why I’m really impressed with CodeRabbit’s new Unit Test Generator ↗️

Instead of guessing, it analyzes your pull request and generates tests that actually fit your repo, including:

  • Edge cases and error conditions
  • Proper mocking strategies
  • Framework-specific conventions (Vitest, Next.js, MSW)
  • GitHub Actions integration that fixes CI issues automatically

The result? Tests that actually work! no boilerplate, no setup, just reliable coverage tailored to your code.

👉 It’s free to try in your CLI, install with one command 🎁


🍿 Weekly Snack: The Netflix Secret Inside React 19.2

Let’s say you’re binging your favourite show on Netflix 📺.

As you’re wrapping up the episode, you see that “Play Next Episode” button. You press the button, and boom 💥 it starts instantly.

No spinner, no buffering, no waiting around to know what happens next. That’s because Netflix quietly pre-renders what you’re about to do next.

And that’s exactly what React 19.2’s new API lets you do. Here's an example,

💡 What it does

lets you hide components without unmounting them, so they can keep running in the background but stay invisible to the user until the right moment.

Just like Netflix prepping the next episode while you finish the current one.

👉 Takeaway: Use to think ahead, render what’s next, not just what’s now. ⚡️

🚀 Latest Frontend News

Interactive UI components for MCP, check them out here

React Compiler 1.0 has shipped, it automatically optimizes components and hooks without requiring rewrites.

Next.js 16 Beta is out with many exciting features

  • Turbopack is stable
  • 3 new Caching API's
  • React Compiler enabled with a flag

You can also check out my video on summarizing it all.

React and React Native are moving from Meta to a new React Foundation, a vendor-neutral organization to manage React’s governance, infrastructure, and community initiatives independently.

ICYMI, this was last week's Frontend Snacks where we explain new feature from React 19.2 - useEffectEvent and how you can stop infinite rendering.

What does the Future of UI look like?

Vite now has a unified toolchain for the web - Vite+ unifies your entire web development workflow into a single, powerful command-line interface.

Cursor Agent Tips from Lee Rob, highly recommend

ShadCN shipped a full guide on using Forms with the new components and forms with a library of your choice.

What did you think of today’s snack? 🍿

Your feedback helps me make each issue even better, simply click on one of the links below.

💖 Love this week’s snack

👌 It’s okay

😑 You can do better



All past newsletters
can be found here.

You can email me at me@kulkarniankita.com to advertise/sponsor the newsletter. For those curious, I write all my emails using Convertkit.

Ankita Kulkarni

Join 9200+ subscribers reading by weekly personalized Newsletter that helps developers level up their skills through weekly Frontend and Leadership Snacks. You get a deep dive into a Tech topic, Actionable tips to excel in your career and a toolbox!

Read more from Ankita Kulkarni
You’re Suspending the Wrong Component

Hey Reader, There are thousands of you going through Modern Full Stack Next.js Course so wanted to be grateful here for your support. Just as a thank you, there is something big dropping for you. It will only last 24 hours ⏰ so keep an eye out for my email next week. Let's dive in! PRESENTED BY CLERK Instead of your coding agent guessing how auth works, you can now install specialized Clerk knowledge directly into it. Introducing Clerk Skills One simple command $ npx skills add clerk/skills...

Next.js bundle analyzer

Hey Reader, This week, we're putting your Next.js app under the microscope, what's slowing it down? This along with the latest news, can AI really debug complex React/Next.js bugs? How OpenClaw and Anthropic are enabling AI collaboration, 3 New Coding Models dropped and more. Let's dive in! 🍿 Our Weekly Snack: What's Really Slowing Down Your Next.js App? Have you ever wondered why your Next.js app feels sluggish or takes forever to load? 🐌 The new experimental Bundle Analyzer in Next.js 16.1...

git worktree

Hey Reader, A lot of you have been asking me how I’m able to stay so productive and get a lot of work done so I finally broke down my exact workflow and setup in a short video. 🍿 Our Weekly Snack: Run Multi Agents stress free with Claude Code Git work trees let you check out multiple branches at the same time each in its own folder all backed by the same repo. Instead of one working directory and constant branch switching, you get parallel workspaces. Each work tree has its own isolated...