diff --git a/src/content/blog/2023/03/16/introducing-react-dev.md b/src/content/blog/2023/03/16/introducing-react-dev.md index 4aecb0440..966203ece 100644 --- a/src/content/blog/2023/03/16/introducing-react-dev.md +++ b/src/content/blog/2023/03/16/introducing-react-dev.md @@ -6,7 +6,7 @@ description: 오늘 React와 React 문서의 새로운 보금자리인 react.dev --- -2023년 3월 16일 [Dan Abramov](https://twitter.com/dan_abramov)와 [Rachel Nabors](https://twitter.com/rachelnabors)가 작성함 +2023년 3월 16일, [Dan Abramov](https://twitter.com/dan_abramov), [Rachel Nabors](https://twitter.com/rachelnabors) --- diff --git a/src/content/blog/2024/05/22/react-conf-2024-recap.md b/src/content/blog/2024/05/22/react-conf-2024-recap.md index 9541c4693..39662d070 100644 --- a/src/content/blog/2024/05/22/react-conf-2024-recap.md +++ b/src/content/blog/2024/05/22/react-conf-2024-recap.md @@ -1,11 +1,11 @@ --- title: "React Conf 2024 요약" author: Ricky Hanlon -date: 2024년 05월 22일 +date: 2024/05/22 description: 지난주 우리는 네바다주 헨더슨에서 React Conf 2024를 개최했습니다. 2일간의 콘퍼런스에서는 700명 이상의 참가자가 현장에서 모여 UI 엔지니어링 분야의 최신 동향을 논의했습니다. 이 글에서는 콘퍼런스에서 진행된 강연과 발표 내용을 요약했습니다. --- -2024년 5월 22일, [Ricky Hanlon](https://twitter.com/rickhanlonii). +2024년 5월 22일, [Ricky Hanlon](https://twitter.com/rickhanlonii) --- diff --git a/src/content/blog/2024/12/05/react-19.md b/src/content/blog/2024/12/05/react-19.md index 661d02e6f..89c63bf8e 100644 --- a/src/content/blog/2024/12/05/react-19.md +++ b/src/content/blog/2024/12/05/react-19.md @@ -5,7 +5,7 @@ date: 2024/12/05 description: React 19를 이제 npm에서 사용할 수 있습니다! 이 포스트에서 React 19의 새로운 기능들에 대한 개요와 도입하는 방법에 대해 설명합니다. --- {/**/} -2024년 12월 5일 by [React 팀](/community/team) +2024년 12월 5일, [React 팀](/community/team) --- diff --git a/src/content/blog/2025/02/14/sunsetting-create-react-app.md b/src/content/blog/2025/02/14/sunsetting-create-react-app.md index 5c7cc7ba4..f4ef59cd7 100644 --- a/src/content/blog/2025/02/14/sunsetting-create-react-app.md +++ b/src/content/blog/2025/02/14/sunsetting-create-react-app.md @@ -5,7 +5,7 @@ date: 2025/02/14 description: 새로운 앱에 대한 Create React App 사용을 중단하며, 기존 앱은 프레임워크나 Vite, Parcel, RSBuild 같은 빌드 도구로의 마이그레이션을 권장합니다. 또한 프레임워크가 프로젝트와 맞지 않거나, 자신만의 프레임워크를 구축하고 싶거나, 혹은 React가 어떻게 작동하는지 배우기 위해 React 앱을 처음부터 만들어 보고 싶은 사용자들을을 위한 문서를 제공합니다. --- -2025년 02월 14일, by [Matt Carroll](https://twitter.com/mattcarrollcode) and [Ricky Hanlon](https://bsky.app/profile/ricky.fm) +2025년 2월 14일, [Matt Carroll](https://twitter.com/mattcarrollcode), [Ricky Hanlon](https://bsky.app/profile/ricky.fm) --- diff --git a/src/content/blog/2025/04/21/react-compiler-rc.md b/src/content/blog/2025/04/21/react-compiler-rc.md index 7ab02354c..44f939c70 100644 --- a/src/content/blog/2025/04/21/react-compiler-rc.md +++ b/src/content/blog/2025/04/21/react-compiler-rc.md @@ -1,11 +1,11 @@ --- -title: 'React Compiler RC' +title: 'React 컴파일러 RC' author: Lauren Tan and Mofei Zhang date: 2025/04/21 description: 컴파일러의 첫 번째 릴리즈 후보(Release Candidate, RC)를 공개합니다. --- -2025년 4월 21일, by [Lauren Tan](https://x.com/potetotes) and [Mofei Zhang](https://x.com/zmofei). +2025년 4월 21일, [Lauren Tan](https://x.com/potetotes), [Mofei Zhang](https://x.com/zmofei) --- diff --git a/src/content/blog/index.md b/src/content/blog/index.md index 7d6bbf46e..7d94b2752 100644 --- a/src/content/blog/index.md +++ b/src/content/blog/index.md @@ -10,25 +10,25 @@ title: React 블로그
- + React Labs 게시글에서는 현재 연구 개발 중인 프로젝트에 대한 글을 작성합니다. 이번 포스팅에서는 지금 바로 사용해 볼 수 있는 두 가지 새로운 실험적 기능을 공유하고, 현재 작업 중인 다른 영역에 대해서도 공유하고자 합니다. - + -We are releasing the compiler's first Release Candidate (RC) today. +컴파일러의 첫 번째 릴리즈 후보(Release Candidate, RC)를 공개합니다. - + 새로운 앱에 대한 Create React App 사용을 중단하며, 기존 앱은 프레임워크나 Vite, Parcel, RSBuild 같은 빌드 도구로의 마이그레이션을 권장합니다. 또한 프레임워크가 프로젝트와 맞지 않거나, 자신만의 프레임워크를 구축하고 싶거나, 혹은 React가 어떻게 작동하는지 배우기 위해 React 앱을 처음부터 만들어 보고 싶은 사용자들을 위한 문서를 제공합니다. - + React 19 업그레이드 가이드에서 React 19로 앱을 업그레이드하는 단계별 지침을 공유했습니다. 이 포스트에서 React 19의 새로운 기능들과 이를 도입하는 방법을 제공합니다.