Skip to content

Commit e24e4bf

Browse files
authored
docs: update (#1165)
WIP
2 parents 62e7b86 + 74e1c49 commit e24e4bf

File tree

6 files changed

+8
-124
lines changed

6 files changed

+8
-124
lines changed

.github/ISSUE_TEMPLATE/3-framework.yml

Lines changed: 0 additions & 116 deletions
This file was deleted.

src/components/Layout/HomeContent.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export function HomeContent() {
196196
<Para>
197197
혼자서 작업하든, 수천 명의 다른 개발자와 함께 작업하든, React를
198198
사용하는 느낌은 동일합니다. 개인, 팀, 조직에서 작성한 컴포넌트를
199-
원활하게 결합할 수 있도록 설계되었습니다.
199+
원활하게 결합할 수 있도록 설계하였습니다.
200200
</Para>
201201
</Center>
202202
</Section>
@@ -325,7 +325,7 @@ export function HomeContent() {
325325
React를 사용하면 데이터를 가져오는 동안 HTML을
326326
스트리밍하여 자바스크립트 코드가 로드되기 전에 남은
327327
내용을 점진적으로 채울 수 있습니다. 클라이언트에서
328-
React는 표준 웹 API를 사용하여 렌더링 중에도 UI를
328+
React는 표준 웹 API를 사용하여 렌더링 중에도 UI가
329329
반응하도록 유지할 수 있습니다.
330330
</p>
331331
</div>

src/content/blog/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ title: React 블로그
1212

1313
<BlogCard title="Sunsetting Create React App" date="February 13, 2025" url="/blog/2025/02/14/sunsetting-create-react-app">
1414

15-
Today, we’re deprecating Create React App for new apps, and encouraging existing apps to migrate to a framework, or to migrate to a build tool like Vite, Parcel, or RSBuild. We’re also providing docs for when a framework isn’t a good fit for your project, you want to build your own framework, or you just want to learn how React works by building a React app from scratch ...
15+
새로운 앱에 대한 Create React App 사용을 중단하며, 기존 앱은 프레임워크나 Vite, Parcel, RSBuild 같은 빌드 도구로의 마이그레이션을 권장합니다. 또한 프레임워크가 프로젝트와 맞지 않거나, 자신만의 프레임워크를 구축하고 싶거나, 혹은 React가 어떻게 작동하는지 배우기 위해 React 앱을 처음부터 만들어 보고 싶은 사용자들을을 위한 문서를 제공합니다.
1616

1717
</BlogCard>
1818

src/content/learn/build-a-react-app-from-scratch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Build a React app from Scratch
2+
title: 처음부터 React 앱 만들기
33
---
44

55
<Intro>

src/content/learn/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Setup
2+
title: 설정하기
33
---
44
<Intro>
55

src/sidebarLearn.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"path": "/learn/creating-a-react-app"
3030
},
3131
{
32-
"title": "Build a React App from Scratch",
32+
"title": "처음부터 React 앱 만들기",
3333
"path": "/learn/build-a-react-app-from-scratch"
3434
},
3535
{
@@ -39,7 +39,7 @@
3939
]
4040
},
4141
{
42-
"title": "Setup",
42+
"title": "설정하기",
4343
"path": "/learn/setup",
4444
"routes": [
4545
{
@@ -83,7 +83,7 @@
8383
"path": "/learn/writing-markup-with-jsx"
8484
},
8585
{
86-
"title": "중괄호가 있는 JSX 안에서 자바스크립트 사용하기",
86+
"title": "중괄호가 있는 JSX에서 자바스크립트 사용하기",
8787
"path": "/learn/javascript-in-jsx-with-curly-braces"
8888
},
8989
{

0 commit comments

Comments
 (0)