-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
shyang
committed
Apr 2, 2024
1 parent
ddd0555
commit b22288a
Showing
57 changed files
with
1,623 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
title : "NextJS" | ||
excerpt : "NextJS" | ||
toc : true | ||
toc_sticky : true | ||
toc_label : "NextJS" | ||
categories: | ||
- NextJS | ||
tags: | ||
- [NextJS] | ||
last_modified_at: 2024-03-07T08:00:00-10:00:00 | ||
--- | ||
|
||
# 날짜 : 2024-03-07 13:27 | ||
|
||
# 태그 : #NextJS | ||
--- | ||
|
||
# 내용 | ||
|
||
## 정의 | ||
> **NextJS란?** | ||
> | ||
> React 라이브러리 프레임워크 | ||
{: .notice--info} | ||
|
||
## 장점 | ||
- [Hydration](../../nextjs/nextjs-NextJS-Hydration) 기능을 통한 사용자 편의성 증가 | ||
- [SEO](../../servercommon/servercommon-SEO) 최적화 기능 제공 | ||
- 직관적인 프로젝트 구조(페이지 폴더 구조와 url 이 동일) | ||
- Client-side navigation이 쉬움 | ||
- 코드 분할을 통해 페이지 로딩 시간 감소 | ||
|
||
--- | ||
|
||
# 연결문서 | ||
- [CSR SSR](../../webcommon/webcommon-CSR-SSR) | ||
- [SEO](../../servercommon/servercommon-SEO) | ||
- [NextJS-프로젝트-Init](../../nextjs/nextjs-NextJS-프로젝트-Init) | ||
- [NextJS-Hydration](../../nextjs/nextjs-NextJS-Hydration) |
Oops, something went wrong.