Skip to content

Commit 6444152

Browse files
committed
update dates
1 parent 9915a0f commit 6444152

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: "React 19.2"
33
author: The React Team
4-
date: 2025/09/30
5-
description: This release continues to build on the scheduling capabilities of concurrent rendering with Activity, adds performance tracks to help optimize your code for concurrent rendering, and new APIs to improve the developer experience.
4+
date: 2025/10/01
5+
description: React 19.2 is our third release in the last year and adds new features like Activity, React Performance Tracks, useEffectEvent, and more.
66
---
77

8-
September 30, 2025 by [The React Team](/community/team)
8+
October 1, 2025 by [The React Team](/community/team)
99

1010
---
1111

@@ -19,8 +19,6 @@ This is our third release in the last year, following React 19 in December and R
1919

2020
<InlineToc />
2121

22-
23-
2422
---
2523

2624
## New Features {/*new-features*/}

src/content/blog/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ You can also follow the [@react.dev](https://bsky.app/profile/react.dev) account
1212

1313
<div className="sm:-mx-5 flex flex-col gap-5 mt-12">
1414

15-
<BlogCard title="React 19.2" date="September 30, 2025" url="/blog/2025/09/30/react-19-2">
15+
<BlogCard title="React 19.2" date="October 1, 2025" url="/blog/2025/10/01/react-19-2">
1616

17-
This release continues to build on the scheduling capabilities of concurrent rendering with Activity, adds performance tracks to help optimize your code for concurrent rendering, and new APIs to improve the developer experience ...
17+
React 19.2 is our third release in the last year and adds new features like Activity, React Performance Tracks, useEffectEvent, and more.
1818

1919
</BlogCard>
2020

0 commit comments

Comments
 (0)