Skip to content

Commit fc244c1

Browse files
y0ungchoiEun Young Choilumirlumir
authored
docs: standardize style based on commonly used format blog posts (#1329)
<!-- PR을 보내주셔서 감사합니다! 여러분과 같은 기여자들이 React를 더욱 멋지게 만듭니다! 기존 이슈와 관련된 PR이라면, 아래에 이슈 번호를 추가해주세요. --> 이슈번호: #1328 # blog > index.md 업데이트 및 헤더 내용 통일 번역 과정에서 다른 문서들을 확인한 결과, 표현 형식을 통일하는 것이 다른 분들께도 도움이 될 것 같아, 가장 오래된/많이 사용된 형식으로 적용하였습니다. 혹시 기존 의견이 있다면 반영하겠습니다! - index.md -> 번역 반영, 날짜 형식 통일 (yyyy년 m월 dd일) - 포스트 -> 날짜, 작성자 형식 통일 (yyyy년 m월 dd일, 작성자명) - react-compailer-rc.md - sunsetting-create-react-app.md - react-19.md - react-conf-2024-recap.md - introducing-react-dev.md ## 필수 확인 사항 - [x] [기여자 행동 강령 규약<sup>Code of Conduct</sup>](https://github.com/reactjs/ko.react.dev/blob/main/CODE_OF_CONDUCT.md) - [x] [기여 가이드라인<sup>Contributing</sup>](https://github.com/reactjs/ko.react.dev/blob/main/CONTRIBUTING.md) - [x] [공통 스타일 가이드<sup>Universal Style Guide</sup>](https://github.com/reactjs/ko.react.dev/blob/main/wiki/universal-style-guide.md) - [x] [번역을 위한 모범 사례<sup>Best Practices for Translation</sup>](https://github.com/reactjs/ko.react.dev/blob/main/wiki/best-practices-for-translation.md) - [x] [번역 용어 정리<sup>Translate Glossary</sup>](https://github.com/reactjs/ko.react.dev/blob/main/wiki/translate-glossary.md) - [x] [`textlint` 가이드<sup>Textlint Guide</sup>](https://github.com/reactjs/ko.react.dev/blob/main/wiki/textlint-guide.md) - [ ] [맞춤법 검사<sup>Spelling Check</sup>](https://nara-speller.co.kr/speller/) ## 선택 확인 사항 - [ ] 번역 초안 작성<sup>Draft Translation</sup> - [ ] 리뷰 반영<sup>Resolve Reviews</sup> --------- Co-authored-by: Eun Young Choi <[email protected]> Co-authored-by: 루밀LuMir <[email protected]>
1 parent 2af3b08 commit fc244c1

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

src/content/blog/2023/03/16/introducing-react-dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: 오늘 React와 React 문서의 새로운 보금자리인 react.dev
66

77
---
88

9-
2023년 3월 16일 [Dan Abramov](https://twitter.com/dan_abramov) [Rachel Nabors](https://twitter.com/rachelnabors)가 작성함
9+
2023년 3월 16일, [Dan Abramov](https://twitter.com/dan_abramov), [Rachel Nabors](https://twitter.com/rachelnabors)
1010

1111
---
1212

src/content/blog/2024/05/22/react-conf-2024-recap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: "React Conf 2024 요약"
33
author: Ricky Hanlon
4-
date: 2024년 05월 22일
4+
date: 2024/05/22
55
description: 지난주 우리는 네바다주 헨더슨에서 React Conf 2024를 개최했습니다. 2일간의 콘퍼런스에서는 700명 이상의 참가자가 현장에서 모여 UI 엔지니어링 분야의 최신 동향을 논의했습니다. 이 글에서는 콘퍼런스에서 진행된 강연과 발표 내용을 요약했습니다.
66
---
77

8-
2024년 5월 22일, [Ricky Hanlon](https://twitter.com/rickhanlonii).
8+
2024년 5월 22일, [Ricky Hanlon](https://twitter.com/rickhanlonii)
99

1010
---
1111

src/content/blog/2024/12/05/react-19.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date: 2024/12/05
55
description: React 19를 이제 npm에서 사용할 수 있습니다! 이 포스트에서 React 19의 새로운 기능들에 대한 개요와 도입하는 방법에 대해 설명합니다.
66
---
77
{/*<!-- eslint-disable mark/no-double-space -->*/}
8-
2024년 12월 5일 by [React 팀](/community/team)
8+
2024년 12월 5일, [React 팀](/community/team)
99

1010
---
1111
<Note>

src/content/blog/2025/02/14/sunsetting-create-react-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date: 2025/02/14
55
description: 새로운 앱에 대한 Create React App 사용을 중단하며, 기존 앱은 프레임워크나 Vite, Parcel, RSBuild 같은 빌드 도구로의 마이그레이션을 권장합니다. 또한 프레임워크가 프로젝트와 맞지 않거나, 자신만의 프레임워크를 구축하고 싶거나, 혹은 React가 어떻게 작동하는지 배우기 위해 React 앱을 처음부터 만들어 보고 싶은 사용자들을을 위한 문서를 제공합니다.
66
---
77

8-
2025년 02월 14일, by [Matt Carroll](https://twitter.com/mattcarrollcode) and [Ricky Hanlon](https://bsky.app/profile/ricky.fm)
8+
2025년 2월 14일, [Matt Carroll](https://twitter.com/mattcarrollcode), [Ricky Hanlon](https://bsky.app/profile/ricky.fm)
99

1010
---
1111

src/content/blog/2025/04/21/react-compiler-rc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: 'React Compiler RC'
2+
title: 'React 컴파일러 RC'
33
author: Lauren Tan and Mofei Zhang
44
date: 2025/04/21
55
description: 컴파일러의 첫 번째 릴리즈 후보(Release Candidate, RC)를 공개합니다.
66
---
77

8-
2025년 4월 21일, by [Lauren Tan](https://x.com/potetotes) and [Mofei Zhang](https://x.com/zmofei).
8+
2025년 4월 21일, [Lauren Tan](https://x.com/potetotes), [Mofei Zhang](https://x.com/zmofei)
99

1010
---
1111

src/content/blog/index.md

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

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

13-
<BlogCard title="React Labs: View Transitions, Activity, and more" date="April 23, 2025" url="/blog/2025/04/23/react-labs-view-transitions-activity-and-more">
13+
<BlogCard title="React Labs: View Transitions, Activity 그리고 그 외" date="2025년 4월 23일" url="/blog/2025/04/23/react-labs-view-transitions-activity-and-more">
1414

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

1717
</BlogCard>
1818

19-
<BlogCard title="React Compiler RC" date="April 21, 2025" url="/blog/2025/04/21/react-compiler-rc">
19+
<BlogCard title="React 컴파일러 RC" date="2025년 5월 21일" url="/blog/2025/04/21/react-compiler-rc">
2020

21-
We are releasing the compiler's first Release Candidate (RC) today.
21+
컴파일러의 첫 번째 릴리즈 후보(Release Candidate, RC)를 공개합니다.
2222

2323
</BlogCard>
2424

25-
<BlogCard title="Create React App 지원 종료" date="February 14, 2025" url="/blog/2025/02/14/sunsetting-create-react-app">
25+
<BlogCard title="Create React App 지원 종료" date="2025년 2월 14일" url="/blog/2025/02/14/sunsetting-create-react-app">
2626

2727
새로운 앱에 대한 Create React App 사용을 중단하며, 기존 앱은 프레임워크나 Vite, Parcel, RSBuild 같은 빌드 도구로의 마이그레이션을 권장합니다. 또한 프레임워크가 프로젝트와 맞지 않거나, 자신만의 프레임워크를 구축하고 싶거나, 혹은 React가 어떻게 작동하는지 배우기 위해 React 앱을 처음부터 만들어 보고 싶은 사용자들을 위한 문서를 제공합니다.
2828

2929
</BlogCard>
3030

31-
<BlogCard title="React v19" date="December 5, 2024" url="/blog/2024/12/05/react-19">
31+
<BlogCard title="React v19" date="2024년 12월 5일" url="/blog/2024/12/05/react-19">
3232

3333
React 19 업그레이드 가이드에서 React 19로 앱을 업그레이드하는 단계별 지침을 공유했습니다. 이 포스트에서 React 19의 새로운 기능들과 이를 도입하는 방법을 제공합니다.
3434

0 commit comments

Comments
 (0)