# React changelog > The library for web and native user interfaces. - Vendor: Meta - Category: Frameworks & Libraries - Official site: https://react.dev - Tracked by: What's New (https://whatsnew.fyi/product/react) - Harvested from: GitHub (facebook/react) - Entries below: 10 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. ## Releases ### v19.2.8 — 19.2.8 (July 21st, 2026) - Date: 2026-07-21 - Version: v19.2.8 - Original notes: https://github.com/react/react/releases/tag/v19.2.8 - Permalink: https://whatsnew.fyi/product/react/releases/v19.2.8 - **changed** — Improve performance when decoding React Server Components ##### React Server Components - Performance improvements when decoding ([#37087](https://github.com/facebook/react/pull/37087) by @eps1lon) ### v19.1.9 — 19.1.9 (July 21st, 2026) - Date: 2026-07-21 - Version: v19.1.9 - Original notes: https://github.com/react/react/releases/tag/v19.1.9 - Permalink: https://whatsnew.fyi/product/react/releases/v19.1.9 - **changed** — Improve performance when decoding React Server Components ##### React Server Components - Performance improvements when decoding ([#37088](https://github.com/facebook/react/pull/37088) by @eps1lon) ### v19.0.8 — 19.0.8 (July 21st, 2026) - Date: 2026-07-21 - Version: v19.0.8 - Original notes: https://github.com/react/react/releases/tag/v19.0.8 - Permalink: https://whatsnew.fyi/product/react/releases/v19.0.8 - **changed** — Improve performance when decoding React Server Components ##### React Server Components - Performance improvements when decoding ([#37089](https://github.com/facebook/react/pull/37089) by @eps1lon) ### v19.2.7 — 19.2.7 (June 1st, 2026) - Date: 2026-06-01 - Version: v19.2.7 - Original notes: https://github.com/react/react/releases/tag/v19.2.7 - Permalink: https://whatsnew.fyi/product/react/releases/v19.2.7 - **fixed** — Fixed missing FormData entries in Server Actions which regressed in 19.2.6 ##### React Server Components - Fixed missing `FormData` entries in Server Actions which regressed in 19.2.6 ([#36566](https://github.com/facebook/react/pull/36566) by @unstubbable) ### v19.1.8 — 19.1.8 (June 1st, 2026) - Date: 2026-06-01 - Version: v19.1.8 - Original notes: https://github.com/react/react/releases/tag/v19.1.8 - Permalink: https://whatsnew.fyi/product/react/releases/v19.1.8 - **fixed** — Fixed missing FormData entries in Server Actions which regressed in 19.1.7 ##### React Server Components - Fixed missing `FormData` entries in Server Actions which regressed in 19.1.7 ([#36567](https://github.com/facebook/react/pull/36567) by @unstubbable) ### v19.0.7 — 19.0.7 (June 1st, 2026) - Date: 2026-06-01 - Version: v19.0.7 - Original notes: https://github.com/react/react/releases/tag/v19.0.7 - Permalink: https://whatsnew.fyi/product/react/releases/v19.0.7 - **fixed** — Fixed missing FormData entries in Server Actions which regressed in 19.0.6 ##### React Server Components - Fixed missing `FormData` entries in Server Actions which regressed in 19.0.6 ([#36568](https://github.com/facebook/react/pull/36568) by @unstubbable) ### v19.2.6 — 19.2.6 (May 6th, 2026) - Date: 2026-05-06 - Version: v19.2.6 - Original notes: https://github.com/react/react/releases/tag/v19.2.6 - Permalink: https://whatsnew.fyi/product/react/releases/v19.2.6 - **changed** — Type hardening and performance improvements for React Server Components ##### React Server Components - Type hardening and performance improvements ([#36425](https://github.com/facebook/react/pull/36425) by @eps1lon and @unstubbable) ### v19.1.7 — 19.1.7 (May 6th, 2026) - Date: 2026-05-06 - Version: v19.1.7 - Original notes: https://github.com/react/react/releases/tag/v19.1.7 - Permalink: https://whatsnew.fyi/product/react/releases/v19.1.7 - **changed** — Improve type hardening and performance in React Server Components ##### React Server Components - Type hardening and performance improvements ([#36425](https://github.com/facebook/react/pull/36425) by @eps1lon and @unstubbable) ### v19.0.6 — 19.0.6 (May 6th, 2026) - Date: 2026-05-06 - Version: v19.0.6 - Original notes: https://github.com/react/react/releases/tag/v19.0.6 - Permalink: https://whatsnew.fyi/product/react/releases/v19.0.6 - **changed** — Improve type hardening and performance for React Server Components ##### React Server Components - Type hardening and performance improvements ([#36425](https://github.com/facebook/react/pull/36425) by @eps1lon and @unstubbable) ### eslint-plugin-react-hooks@7.1.1 — eslint-plugin-react-hooks@7.1.1 (April 17, 2026) - Date: 2026-04-17 - Version: eslint-plugin-react-hooks@7.1.1 - Original notes: https://github.com/react/react/releases/tag/eslint-plugin-react-hooks%407.1.1 - Permalink: https://whatsnew.fyi/product/react/releases/eslint-plugin-react-hooks-7.1.1 - **fixed** — Add deprecated no-op component-hook-factories rule for backwards compatibility **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](https://github.com/facebook/react/pull/36307))