Skip to content

Commit

Permalink
fix(fe): fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
jihorobert committed Mar 4, 2024
1 parent 7ebc0e7 commit da5c1c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/docs/frontend/8. Next.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Next.js를 이용해 SSR을 구현해봅니다."
icon = "article"
date = "2023-09-11"
lastmod = "2023-10-05"
weight = 280
weight = 290
+++

지금까지 배운 React는 CSR(Client Side Rendering) 방식으로 동작해요! 즉 서버에서 브라우저로 전달되는 HTML 파일에는 일부 정보만 담겨있고, 나머지 정보는 브라우저에서 JavaScript를 통해 가져오는 방식이예요! 이러한 이유로 초기 로딩 속도가 느리고, 검색 엔진 최적화(SEO)가 어렵다는 단점이 있어요. 이번 시간에는 이러한 단점을 보완하기 위해 React에 SSR(Server Side Rendering)을 적용한 Next.js를 알아봅시다!
Expand Down
2 changes: 1 addition & 1 deletion content/docs/frontend/9. Git, Github.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "코드의 버전 관리를 위해 Git과 Github를 사용해봅
icon = "article"
date = "2023-09-11"
lastmod = "2023-10-05"
weight = 290
weight = 300
+++

스꾸딩은 프로젝트 관리를 위해 깃과 깃헙을 사용해요! 개인적으로 프로젝트를 관리할 때도 깃과 깃헙을 사용하면 정말 편하답니다. 이번 주차에는 깃과 깃헙을 사용하는 방법을 배워보아요!
Expand Down

0 comments on commit da5c1c2

Please sign in to comment.