Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
116 changes: 0 additions & 116 deletions .github/ISSUE_TEMPLATE/3-framework.yml

This file was deleted.

4 changes: 2 additions & 2 deletions src/components/Layout/HomeContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export function HomeContent() {
<Para>
혼자서 작업하든, 수천 명의 다른 개발자와 함께 작업하든, React를
사용하는 느낌은 동일합니다. 개인, 팀, 조직에서 작성한 컴포넌트를
원활하게 결합할 수 있도록 설계되었습니다.
원활하게 결합할 수 있도록 설계하였습니다.
</Para>
</Center>
</Section>
Expand Down Expand Up @@ -325,7 +325,7 @@ export function HomeContent() {
React를 사용하면 데이터를 가져오는 동안 HTML을
스트리밍하여 자바스크립트 코드가 로드되기 전에 남은
내용을 점진적으로 채울 수 있습니다. 클라이언트에서
React는 표준 웹 API를 사용하여 렌더링 중에도 UI를
React는 표준 웹 API를 사용하여 렌더링 중에도 UI가
반응하도록 유지할 수 있습니다.
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/content/blog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ title: React 블로그

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

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

</BlogCard>

Expand Down
2 changes: 1 addition & 1 deletion src/content/learn/build-a-react-app-from-scratch.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Build a React app from Scratch
title: 처음부터 React 앱 만들기
---

<Intro>
Expand Down
2 changes: 1 addition & 1 deletion src/content/learn/setup.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Setup
title: 설정하기
---
<Intro>

Expand Down
6 changes: 3 additions & 3 deletions src/sidebarLearn.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"path": "/learn/creating-a-react-app"
},
{
"title": "Build a React App from Scratch",
"title": "처음부터 React 앱 만들기",
"path": "/learn/build-a-react-app-from-scratch"
},
{
Expand All @@ -39,7 +39,7 @@
]
},
{
"title": "Setup",
"title": "설정하기",
"path": "/learn/setup",
"routes": [
{
Expand Down Expand Up @@ -83,7 +83,7 @@
"path": "/learn/writing-markup-with-jsx"
},
{
"title": "중괄호가 있는 JSX 안에서 자바스크립트 사용하기",
"title": "중괄호가 있는 JSX에서 자바스크립트 사용하기",
"path": "/learn/javascript-in-jsx-with-curly-braces"
},
{
Expand Down