CAFECA-IO / KnowledgeManagement

Creating, Sharing, Using and Managing the knowledge and information of CAFECA
https://mermer.com.tw/knowledge-management
MIT License
0 stars 1 forks source link

[KM] App Router vs Pages Router in Next.js (撰寫 part 3) #243

Closed godmmt closed 1 month ago

godmmt commented 1 month ago

文章位置: https://github.com/CAFECA-IO/KnowledgeManagement/blob/master/NextJs/app-router-vs-pages-router-in-next-js.md

此張 issue 待完成任務

文章架構

godmmt commented 1 month ago

新增文章結構:

- Rendering——渲染的四種方式、路由系統對四種渲染的應用差異、App Router 渲染概念
  - 了解 Next.js 中的渲染方法:CSR vs SSR vs SSG vs ISR
    - 1. 客戶端渲染 (Client-side Rendering, CSR)
    - 2. 伺服器端渲染 (Server-side Rendering, SSR)
    - 3. 靜態網站生成 (Static Site Generation, SSG)
    - 4. 增量靜態再生 (Incremental Static Regeneration, ISR)
  - Page Router 處理 4 種渲染的方式
    - 1. 客戶端渲染 (CSR)
    - 2. 伺服器端渲染 (SSR)
    - 3. 靜態網站生成 (SSG)
    - 4. 增量靜態再生 (ISR)
    - Page Router 處理 4 種渲染的方式總結
  - App Router 處理 4 種渲染的方式
    - 1. 客戶端渲染 (CSR)
    - 2. 伺服器端渲染 (SSR)
    - 3. 靜態網站生成 (SSG)
    - 4. 增量靜態再生 (ISR)
    - App Router 處理 4 種渲染的方式總結
  - App Router 渲染概念
    - 1. 伺服器元件(React Server Component, RSC)
    - 2. 客戶端元件(Client Component)
godmmt commented 1 month ago

文章架構(目前)

godmmt commented 1 month ago

App Router 渲染概念

godmmt commented 1 month ago

這樣好擠!!!

想把 App Router 渲染概念 拆出來

godmmt commented 1 month ago

took 6 hours

remain 2

godmmt commented 1 month ago

took 2 hours

total: 8

done


完成: