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 v7.1.1
**Note:** 7.1.0 accidentally removed the `component-hook-factories` rule, causing errors for users who referenced it in their ESLint config. This is now fixed. - Add deprecated no-op `component-hook-factories` rule for backwards compatibility. ([@mofeiZ](https://github.com/mofeiZ) in [#36307](htt
FRONTEND
React v19.2.5
## React Server Components - Add more cycle protections ([#36236](https://github.com/facebook/react/pull/36236) by @eps1lon and @unstubbable)
FRONTEND