TokenTalks
← Back to feed

Update:

facebook/react eslint-plugin-react-hooks@7.1.0: eslint-plugin-react-hooks@7.1.0 (April 16, 2026)

GitHub·Web·Silent·4/17/2026

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:

Why it mattersreact released an update. Review the changelog for relevant changes.

Who should careTeams using react.

react
View original source ↗

Source payload preview

{
  "id": 310528448,
  "url": "https://api.github.com/repos/facebook/react/releases/310528448",
  "body": "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.\r\n\r\n- Add ESLint v10 support. ([@azat-io](https://github.com/azat-io) in [#35720](https://github.com/facebook/react/pull/35720))\r\n- Skip compilation for non-React files to improve performance. ([@josephsavona](https://github.com/josephsavona) in [#35589](https://github.com/facebook/react/pull/35589))\r\n- Fix exhaustive deps bug with Flow type casting. ([@jorge-cab](https://github.com/jorge-cab) in [#35691](https://github.com/faceb