reactjs / ko.react.dev

React documentation website in Korean
https://ko.react.dev
Creative Commons Attribution 4.0 International
690 stars 421 forks source link

Translate sidebar #697

Closed Gayun00 closed 12 months ago

Gayun00 commented 1 year ago

Progress


Note

기존에 번역된 내용의 제목 (sidebar의 목록을 클릭하면 나오는 글의 제목)과 일치하도록 Sidebar의 목록 제목을 맞췄습니다. 다만 기존 반영된 내용 중 조금 더 적절하게 번역할 수 있을 것 같아 의견을 구하고 싶은 부분이 있습니다.

이렇게 현재 번역된 내용과 조금 다르게 번역했는데, sidebar제목과 해당하는 글의 제목이 동일해야할 것 같아 전과 후 어떤 방향이 나을지 의견 주시면 참고해서 반영하겠습니다!

eomttt commented 1 year ago

의견 주신 번역수정 좋은것 같습니다

UI 그리기 > 첫번째 컴포넌트 => 첫 번째 컴포넌트 (띄어쓰기 반영되어 있지 않음)
JavaScript에서 중괄호가 있는 JSX => 중괄호가 있는 JSX 안에서 자바스크립트 사용하기
커스텀 Hook을 이용하는 로직 재사용하기 => 커스텀 Hook으로 로직 재사용하기

이 PR 에서 직접 수정해주셔도 좋을것 같아요 ㅎㅎ

MaxKim-J commented 1 year ago

저도 직접 수정해주셔도 좋을 것 같습니다

github-actions[bot] commented 1 year ago

Size changes

## 📦 Next.js Bundle Analysis for react-dev This analysis was generated by the [Next.js Bundle Analysis action](https://github.com/hashicorp/nextjs-bundle-analysis). 🤖 ### Three Pages Changed Size The following pages changed size from the code in this PR compared to its base branch: Page | Size (compressed) | First Load | |---|---|---| | `/404` | `76.71 KB` _(🟡 +470 B)_ | 179.86 KB | | `/500` | `76.7 KB` _(🟡 +470 B)_ | 179.85 KB | | `/[[...markdownPath]]` | `78.33 KB` _(🟡 +687 B)_ | 181.48 KB |
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

Next to the size is how much the size has increased or decreased compared with the base branch of this PR. If this percentage has increased by 10% or more, there will be a red status indicator applied, indicating that special attention should be given to this.