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

02-app > 01-building-your-application > 02-rendering > 02-edge-and-nodejs-runtimes 번역 #315

Merged
merged 3 commits into from
Aug 2, 2023

Conversation

siyeons
Copy link

@siyeons siyeons commented Jun 27, 2023

기여자용

문서 개선

Progress

closes: #8

@siyeons siyeons requested a review from ChanghyeonYoon as a code owner June 27, 2023 15:11
@siyeons siyeons changed the title 02-app > 01-building-your-application > 02-rendering > 02-edge-and-no… 02-app > 01-building-your-application > 02-rendering > 02-edge-and-nodejs-runtimes 번역 Jun 27, 2023
@ChanghyeonYoon ChanghyeonYoon added the documentation 문서 작업 label Jun 28, 2023
@devyuriii
Copy link
Contributor

ref #8

Copy link
Contributor

@devyuriii devyuriii left a comment

Choose a reason for hiding this comment

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

수고하셨습니다! 리뷰 반영 부탁드립니다 :)

@@ -1,62 +1,62 @@
---
title: Edge and Node.js Runtimes
Copy link
Contributor

Choose a reason for hiding this comment

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

타이틀도 번역 부탁드립니다 :)


Next.js has two server runtimes where you can render parts of your application code:
Next.js에는 애플리케이션 코드의 일부를 렌더링할 수 있는 두 가지 서버 런타임이 있습니다:
Copy link
Contributor

Choose a reason for hiding this comment

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

모범사례에 따라 문장을 :가 아닌 .으로 끝내주세요!


Each runtime has its own set of APIs. Please refer to the [Node.js Docs](https://nodejs.org/docs/latest/api/) and [Edge Docs](/docs/app/api-reference/edge) for the full list of available APIs. Both runtimes can also support [streaming](/docs/app/building-your-application/routing/loading-ui-and-streaming) depending on your deployment infrastructure.
각 런타임은 자체적인 API 집합을 가지고 있습니다. 사용 가능한 API의 전체 목록은 [Node.js 문서](https://nodejs.org/docs/latest/api/) [Edge 문서](/docs/app/api-reference/edge)를 참조하십시오. 두 런타임 모두 배포 인프라에 따라 [스트리밍](/docs/app/building-your-application/routing/loading-ui-and-streaming)을 지원할 수 있습니다.
Copy link
Contributor

Choose a reason for hiding this comment

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

참조하십시오모범 사례에 따라 참조하세요-시가 없는 표현으로 수정 가능할 것 같습니다 :)


By default, the `app` directory uses the Node.js runtime. However, you can opt into different runtimes (e.g. Edge) on a per-route basis.
기본적으로 app 디렉터리는 Node.js 런타임을 사용합니다. 그러나 라우트별로 다른 런타임(예: Edge)을 선택할 수 있습니다.
Copy link
Contributor

Choose a reason for hiding this comment

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

app을 백틱으로 감싸주세요!


There are many considerations to make when choosing a runtime. This table shows the major differences at a glance. If you want a more in-depth analysis of the differences, check out the sections below.
런타임을 선택할 때 고려해야 할 많은 사항이 있습니다. 이 표는 주요 차이점을 한눈에 보여줍니다. 차이점에 대한 더 깊은 분석을 원하신다면 아래 섹션을 확인하십시오.
Copy link
Contributor

Choose a reason for hiding this comment

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

원하신다면, 확인하십시오 또한 모범 사례에 따라 -시 표현을 줄이는 것이 좋습니다!
개인적으로는 차이점에 대한 더 깊은 분석은 아래 섹션을 확인하세요 라는 표현이 직관적이지 않나 생각합니다 🙌


In Next.js, the lightweight Edge Runtime is a subset of available Node.js APIs.
Next.js에서, 가벼운 Edge 런타임은 사용 가능한 Node.js API의 부분집합입니다.
Copy link
Contributor

Choose a reason for hiding this comment

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

모범 사례에 따라 쉼표(,)는 빠져도 좋을 것 같습니다 :)

@siyeons
Copy link
Author

siyeons commented Jul 9, 2023

@haileyport 리뷰 반영했습니다! 꼼꼼하게 한다고 했는데 놓친 부분이 많네요 ㅠㅠ 감사합니다!!

Copy link
Contributor

@devyuriii devyuriii left a comment

Choose a reason for hiding this comment

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

리뷰 한 가지만 더 확인 부탁드려요! 제가 빼먹었네요 🥲


By default, the `app` directory uses the Node.js runtime. However, you can opt into different runtimes (e.g. Edge) on a per-route basis.
기본적으로 `app` 디렉터리는 Node.js 런타임을 사용합니다. 그러나 라우트별로 다른 런타임(예: Edge)을 선택할 수 있습니다.
Copy link
Contributor

Choose a reason for hiding this comment

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

디렉터리디렉토리 로 수정 부탁드립니다! 지난번 리뷰에서 제가 놓쳤네요 🥹
디렉토리 용어 관련

Copy link
Contributor

@devyuriii devyuriii left a comment

Choose a reason for hiding this comment

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

LGTM 👍
수고하셨습니다! 추가로 진행하고 싶으시다면 이슈에 댓글 남겨주세요~

@yoo-jimin127 yoo-jimin127 merged commit 33aae33 into Nextjs-kr:main Aug 2, 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.

02-edge-and-nodejs-runtimes.mdx
4 participants