Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.87 KB

File metadata and controls

38 lines (25 loc) · 1.87 KB

Learn NextJS

NextJS Image

A journey of mine to learn NextJs from ground level. I will be using this repository as source of documentation while I learn NextJs.

Table of Contents

TechStack

NextJs VSCode MarkDown

Acronyms

  1. CSR -> Client Side Rendering (Renders Content on client device)
  2. SSR -> Server Side Rendering (Renders Content on server and sends back to client)
  3. SSG -> Static Site Generation (Generates Static Sites that can be consumed directly by client like HTML files)
  4. CMS -> Content Management System (Stores Data and helps in managing the data)

Daily Logs

Every daily achievements wil be logged below to recall and understand concepts touched

References