diff --git a/src/content/blog/2024/12/05/react-19.md b/src/content/blog/2024/12/05/react-19.md index ca882e4db..661d02e6f 100644 --- a/src/content/blog/2024/12/05/react-19.md +++ b/src/content/blog/2024/12/05/react-19.md @@ -762,7 +762,7 @@ React will try to recreate this component tree from scratch using the error boun -In React 19, we log a single error with all the error information included: +React 19에서는 모든 오류 정보를 하나의 오류 로그로 기록합니다. diff --git a/src/sidebarBlog.json b/src/sidebarBlog.json index 32282ef09..7c9b5056c 100644 --- a/src/sidebarBlog.json +++ b/src/sidebarBlog.json @@ -26,7 +26,7 @@ "path": "/blog/2025/04/21/react-compiler-rc" }, { - "title": "Sunsetting Create React App", + "title": "Create React App 지원 종료", "titleForHomepage": "Sunsetting Create React App", "icon": "blog", "date": "February 14, 2025",