VendorPulse
React

React

✓ VerifiedGitHub

The library for web and native user interfaces, maintained by Meta.

Website →Last scanned 2 hours ago

Releases

18
v19.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.

  • Add deprecated no-op component-hook-factories rule for backwards compatibility. (@mofeiZ in #36307)
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.

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

  • Patch Promise cycles and toString on Server Functions (@sebmarkbage, @unstubbable #35289, #35345)
v19.1.3

19.1.3 (December 11th, 2025)

5 months ago

React Server Components

  • Move react-server-dom-webpack/*.unbundled to private react-server-dom-unbundled (@eps1lon #35290)
  • Patch Promise cycles and toString on Server Functions (@sebmarkbage, @unstubbable #35289, #35345)
v19.2.2

19.2.2 (December 11th, 2025)

5 months ago

React Server Components

  • Move react-server-dom-webpack/*.unbundled to private react-server-dom-unbundled (@eps1lon https://github.com/facebook/react/pull/35290)
  • Patch Promise cycles and toString on Server Functions (@sebmarkbage, @unstubbable #35289, #35345)
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)