Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

03 > 01 > 02-rendering > index.mdx #409

Merged
merged 5 commits into from
Aug 1, 2023

Conversation

g2hhh2ee
Copy link
Contributor

@g2hhh2ee g2hhh2ee commented Jul 6, 2023

기여자용

문서 개선

Progress

@haileyport haileyport linked an issue Jul 7, 2023 that may be closed by this pull request
@marvelopers marvelopers requested review from marvelopers and removed request for ChanghyeonYoon July 26, 2023 05:03
Copy link
Contributor

@marvelopers marvelopers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@g2hhh2ee 수고하셨습니다. 리뷰 확인부탁드려요!


Each generated HTML is associated with minimal JavaScript code necessary for that page. When a page is loaded by the browser, its JavaScript code runs and makes the page fully interactive (this process is called [hydration](https://react.dev/reference/react-dom/client/hydrateRoot) in React).
생성된 각 HTML은 해당 페이지에 필요한 최소한의 JavaScript 코드와 연결됩니다. 브라우저가 페이지를 로드하면 해당 JavaScript 코드가 실행되고 페이지가 완전히 상호작용합니다(이 프로세스를 React에서는 [하이드레이션](https://react.dev/reference/react-dom/client/hydrateRoot)이라고 합니다).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
생성된 각 HTML은 해당 페이지에 필요한 최소한의 JavaScript 코드와 연결됩니다. 브라우저가 페이지를 로드하면 해당 JavaScript 코드가 실행되고 페이지가 완전히 상호작용합니다(이 프로세스를 React에서는 [하이드레이션](https://react.dev/reference/react-dom/client/hydrateRoot)이라고 합니다).
생성된 각 HTML은 해당 페이지에 필요한 최소한의 JavaScript 코드와 연결됩니다. 페이지가 브라우저에 의해 로드되면 해당 페이지의 JavaScript 코드가 실행되어 페이지를 완전히 상호작용하도록 만듭니다. (이 프로세스를 React에서는 [하이드레이션](https://react.dev/reference/react-dom/client/hydrateRoot)이라고 합니다).

이렇게 변경하면 가독성이 더 높아질 것 같아요. 참고

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고민했던 부분인데 짚어주셔서 감사합니다 :) 주어를 페이지로 변경하는 편이 훨씬 자연스럽게 읽히네요! 리뷰 반영했습니다 👍

@marvelopers
Copy link
Contributor

2차 수정 반영까지 완료해주시느라 정말 수고 많으셨습니다 !! ☺️👍
기여해주셔서 감사합니다 :)

@marvelopers marvelopers merged commit ee4343c into Nextjs-kr:main Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

index.mdx
2 participants