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

[04장][민희] 서버 사이드 렌더링 #58

Open
leeminhee119 opened this issue May 29, 2024 · 0 comments
Open

[04장][민희] 서버 사이드 렌더링 #58

leeminhee119 opened this issue May 29, 2024 · 0 comments
Assignees
Labels

Comments

@leeminhee119
Copy link
Collaborator

퀴즈

SSR은 CSR에 비해 검색 엔진 최적화에 유리합니다. 이유를 설명해주세요!

정답

검색 엔진 로봇은 페이지를 진입했을 때 자바스크립트를 실행하지 않고 HTML만 다운받아 정보를 읽는다. 따라서 미리 그려놓은 HTML을 제공하는 SSR의 경우 빈 HTML부터 시작하는 SPA보다 로봇에게 메타 정보를 제공하는 데에 유리하다.

댓글 작성법

(다음과 같이 답을 작성해 댓글로 달아주세요)
<details>
<summary>정답</summary>
<div markdown="1">
정답 설명
</div>
</details>

@leeminhee119 leeminhee119 changed the title [4장][민희] 서버 사이드 렌더링 [04장][민희] 서버 사이드 렌더링 May 29, 2024
@leeminhee119 leeminhee119 self-assigned this May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant