Skip to content

Commit d504834

Browse files
committed
docs: translate blog - React 19.2
1 parent c78e18d commit d504834

File tree

7 files changed

+353
-0
lines changed

7 files changed

+353
-0
lines changed
41.5 KB
Loading
41.8 KB
Loading
42.2 KB
Loading
42.5 KB
Loading

src/content/blog/2025/10/01/react-19-2.md

Lines changed: 340 additions & 0 deletions
Large diffs are not rendered by default.

src/content/blog/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ title: React 블로그
1010

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

13+
<BlogCard title="React 19.2" date="2025년 10월 1일" url="/blog/2025/10/01/react-19-2">
14+
15+
React 19.2에는 Activity, React Performance Tracks, useEffectEvent 등의 새로운 기능이 추가되었습니다. 이 글에서는…
16+
17+
</BlogCard>
18+
1319
<BlogCard title="React Labs: View Transitions, Activity 그리고 그 외" date="2025년 4월 23일" url="/blog/2025/04/23/react-labs-view-transitions-activity-and-more">
1420

1521
React Labs 게시글에서는 현재 연구 개발 중인 프로젝트에 대한 글을 작성합니다. 이번 포스팅에서는 지금 바로 사용해 볼 수 있는 두 가지 새로운 실험적 기능을 공유하고, 현재 작업 중인 다른 영역에 대해서도 공유하고자 합니다.

src/sidebarBlog.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@
1111
"path": "/blog",
1212
"skipBreadcrumb": true,
1313
"routes": [
14+
{
15+
"title": "React 19.2",
16+
"titleForHomepage": "React 19.2 adds new features like Activity, React Performance Tracks, useEffectEvent, and more.",
17+
"icon": "blog",
18+
"date": "October 1, 2025",
19+
"path": "/blog/2025/10/01/react-19-2"
20+
},
1421
{
1522
"title": "React Labs: View Transitions, Activity, and more",
1623
"titleForHomepage": "View Transitions and Activity",

0 commit comments

Comments
 (0)