Skip to content

CodingWithDibesh/LearnNextJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

About

A simple dedication towards learning NextJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published