React
✓ VerifiedGitHubThe library for web and native user interfaces, maintained by Meta.
Website →Last scanned 2 hours ago
Releases
18v19.2.6
19.2.6 (May 6th, 2026)
1 week ago
React Server Components
- Type hardening and performance improvements (#36425 by @eps1lon and @unstubbable)
v19.1.7
19.1.7 (May 6th, 2026)
1 week ago
React Server Components
- Type hardening and performance improvements (#36425 by @eps1lon and @unstubbable)
v19.0.6
19.0.6 (May 6th, 2026)
1 week ago
React Server Components
- Type hardening and performance improvements (#36425 by @eps1lon and @unstubbable)
eslint-plugin-react-hooks@7.1.1
eslint-plugin-react-hooks@7.1.1 (April 17, 2026)
1 month ago
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.
eslint-plugin-react-hooks@7.1.0
eslint-plugin-react-hooks@7.1.0 (April 16, 2026)
1 month ago
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. (@nicolo-ribaudo 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
useEffectEventchecks in component syntax. (@jbrown215 in #35041) - Improved
set-state-in-effectvalidation 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-mutating functions and event handler props. (@josephsavona in #35893, @kolvian in #35062)
- Compiler now reports all errors instead of stopping at the first. (@josephsavona in #35873–#35884)
- Improved source locations and error display in compiler diagnostics. (@nathanmarks in #35348, @josephsavona in #34963)
v19.2.5
19.2.5 (April 8th, 2026)
1 month ago
React Server Components
- Add more cycle protections (#36236 by @eps1lon and @unstubbable)
v19.1.6
19.1.6 (April 8th, 2026)
1 month ago
React Server Components
- Add more cycle protections (#36236 by @eps1lon and @unstubbable)
v19.0.5
19.0.5 (April 8th, 2026)
1 month ago
React Server Components
- Add more cycle protections (#36236 by @eps1lon and @unstubbable)
v19.2.4
19.2.4 (January 26th, 2026)
3 months ago
React Server Components
- Add more DoS mitigations to Server Actions, and harden Server Components (#35632 by @gnoff, @lubieowoce, @sebmarkbage, @unstubbable)
v19.1.5
19.1.5 (January 26th, 2026)
3 months ago
React Server Components
- Add more DoS mitigations to Server Actions, and harden Server Components (#35632 by @gnoff, @lubieowoce, @sebmarkbage, @unstubbable)
v19.0.4
19.0.4 (January 26th, 2026)
3 months ago
React Server Components
- Add more DoS mitigations to Server Actions, and harden Server Components (#35632 by @gnoff, @lubieowoce, @sebmarkbage, @unstubbable)
v19.0.3
19.0.3 (December 11th, 2025)
5 months ago
React Server Components
- Add extra loop protection to React Server Functions (@sebmarkbage #35351)
v19.1.4
19.1.4 (December 11th, 2025)
5 months ago
React Server Components
- Add extra loop protection to React Server Functions (@sebmarkbage #35351)
v19.2.3
19.2.3 (December 11th, 2025)
5 months ago
React Server Components
- Add extra loop protection to React Server Functions (@sebmarkbage #35351)
v19.0.2
19.0.2 (December 11th, 2025)
5 months ago
React Server Components
v19.1.3
19.1.3 (December 11th, 2025)
5 months ago
React Server Components
v19.2.2
19.2.2 (December 11th, 2025)
5 months ago
React Server Components
v19.2.1
19.2.1 (December 3rd, 2025)
5 months ago
React Server Components
- Bring React Server Component fixes to Server Actions (@sebmarkbage #35277)