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

docs: get-server-side-props 번역 작업 #358

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

leesunmin1231
Copy link

@leesunmin1231 leesunmin1231 commented Jun 29, 2023

기여자용

문서 개선

Progress

* docs: 초기 세팅

* docs: 실행되는 시점까지 번역

* docs: Edge 라우트까지 번역

* docs: 번역 초안 완료

* docs: 번역 최종 수정
@haileyport
Copy link
Contributor

ref #33

@sunmerrr
Copy link
Contributor

@leesunmin1231 번역해주신 03-get-server-side-props.mdx 파일 외의 파일은 내려주실 수 있으신가요? :)

@sunmerrr
Copy link
Contributor

@leesunmin1231 수고하셨습니다!! 리뷰 확인 부탁드리며 맞춤법 검사를 통해서 띄어쓰기도 수정주시면 좋을 것 같습니다 :)

@leesunmin1231
Copy link
Author

리뷰 반영하였습니다. 확인 부탁드립니다.


`getServerSideProps` can be used with both [Serverless and Edge Runtimes](/docs/pages/building-your-application/rendering/edge-and-nodejs-runtimes), and you can set props in both. However, currently in the Edge Runtime, you do not have access to the response object. This means that you cannot — for example — add cookies in `getServerSideProps`. To have access to the response object, you should **continue to use the Node.js runtime**, which is the default runtime.
`getServerSideProps`[Serverless Edge Runtimes](/docs/pages/building-your-application/rendering/edge-and-nodejs-runtimes)과 함께 사용할 수 있으며 양쪽에서 모두 props를 설정할 수 있습니다. 하지만, 현재 'Edge 런타임'에서는 응답 객체에 접근할 수 없습니다. 즉 - 예를 들어 - `getServerSideProps`에서 쿠키를 추가할 수 없습니다. 응답 객체에 접근하려면, 기본적으로 사용되는 **Node.js 런타임을 계속 사용해야 합니다.**
Copy link
Contributor

Choose a reason for hiding this comment

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

해당 부분에 Edge RuntimesEdge 런타임이 함께 쓰여있는데 복수와 단수의 차이로 따로 사용해주신게 맞으신가요?
본문에 없는 따옴표는 제거해주셔도 될 것 같습니다! -> 'Edge 런타임'

@ChanghyeonYoon
Copy link
Contributor

@leesunmin1231 리뷰 이후 작업이 몇일 동안 이뤄지지 않아 9월 13일까지 작업이 없을 경우 이슈를 close하고 새로운 분에게 할당하겠습니다!

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.

None yet

4 participants