FRONTEND
React v7.1.0
RESUMEN
This release adds ESLint v10 support, improves performance by skipping compilation for non-React files, and includes compiler lint improvements including better `set-state-in-effect` detection, improved ref validation, and more helpful error reporting. - Add ESLint v10 support. ([@azat-io](https:
Descripción Detallada
This release adds ESLint v10 support, improves performance by skipping compilation for non-React files, and includes compiler lint improvements including better `set-state-in-effect` detection, improved ref validation, and more helpful error reporting. - Add ESLint v10 support. (@azat-io in #35720) - Skip compilation for non-React files to improve performance. (@josephsavona in #35589) - Fix exhaustive deps bug with Flow type casting. (@jorge-cab in #35691) - Fix `useEffectEvent` checks in component syntax. (@jbrown215 in #35041) - Improved `set-state-in-effect` validation with fewer false negatives. (@jorge-cab in #35134, @josephsavona in #35147, @jackpope in #35214, @chesnokov-tony in #35419, @jsleitor in #36107) - Improved ref validation for non-mutati
Soporte para ESLint v10 y mejoras en rendimiento y validación de compilador.
- Agregado soporte para ESLint v10.
- Mejora en rendimiento al omitir compilación de archivos no React.
- Validación mejorada de `set-state-in-effect` con menos falsos negativos.
A quién le importa
Todos los que usan React y ESLint.
Generado por IA · puede contener errores
Releases Relacionados
FRONTEND
React v19.2.7
## React Server Components - Fixed missing `FormData` entries in Server Actions which regressed in 19.2.6 ([#36566](https://github.com/facebook/react/pull/36566) by @unstubbable)
FRONTEND
React v19.1.8
## React Server Components - Fixed missing `FormData` entries in Server Actions which regressed in 19.1.7 ([#36567](https://github.com/facebook/react/pull/36567) by @unstubbable)
FRONTEND