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.8
## React Server Components - Performance improvements when decoding ([#37087](https://github.com/facebook/react/pull/37087) by @eps1lon)
FRONTEND
React v19.1.9
## React Server Components - Performance improvements when decoding ([#37088](https://github.com/facebook/react/pull/37088) by @eps1lon)
FRONTEND
React v19.0.8
## React Server Components - Performance improvements when decoding ([#37089](https://github.com/facebook/react/pull/37089) by @eps1lon)