React: ESLint v10 Support & DevTools Bug Fixes

The React team merged two important PRs today, with the biggest news being ESLint v10 support for the React hooks plugin. Azat S. contributed comprehensive compatibility updates, while Ruslan Lesiutin fixed a subtle DevTools bug affecting Suspense components. Both changes improve developer experience and tool reliability.

Duration: PT3M47S

Episode overview

This episode is a short developer briefing from React Daily.

It explains recent repository work in plain language.

  • Show: React Daily
  • Published: 2026-02-14T11:05:18Z
  • Audio duration: PT3M47S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Hey there, React developers! Welcome back to your daily dose of React goodness. I'm your host, and wow, what a Valentine's Day gift we have from the React team today - February 14th, 2026 is bringing us some sweet updates that are going to make our developer lives just a little bit easier.

Let's dive right into the main event - ESLint v10 support has officially landed in the React hooks plugin! This is one of those updates that might not seem flashy, but trust me, it's going to save you from those annoying peer dependency warnings that have been popping up since ESLint v10 dropped last week.

Azat S. really went above and beyond here, and I love the thoroughness of this contribution. They didn't just bump a version number and call it a day. We're talking about proper end-to-end testing with a complete ESLint v10 fixture, TypeScript config files, and comprehensive testing to make sure everything plays…

What I find really encouraging about this PR is how it shows the React team staying current with the broader JavaScript tooling ecosystem. ESLint v10 brought some breaking changes - they removed the legacy eslintrc config and deprecated some context methods - but because the React…

Now,…

T…

Nearby episodes from React Daily

  1. React: The Performance Triple Threat
  2. React: The Art of Perfect Alignment
  3. React: Compiler Intelligence & Full-Screen Features
  4. React: Flight Debug Info Gets Smarter
  5. React: Polish & Performance - Error Messages, Fragment Instances, and DevTools Cleanup
  6. React: Debugging Stream Sync Fix
  7. React: DevTools Detective Story - Fixing the Broken Commit Tree Builder
  8. React: Compiler Fixes and Flight Context Revolution