Skip to content

vusatui/learn-next-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn Next.js

Passing Next.js tutorial

Agenda

  1. FOUNDATIONS
    • About Next.js
    • What is Next.js?
    • From JavaScript to React
    • From React to Next.js
    • How Next.js Works
  2. CREATE YOUR FIRST APP
    • Create a Next.js App
    • Navigate Between Pages
    • Assets, Metadata, and CSS
    • Pre-rendering and Data Fetching
    • Dynamic Routes
    • API Routes
    • Deploying Your Next.js App
  3. SEARCH ENGINE OPTIMIZATION
    • Introduction to SEO
    • Crawling and Indexing
    • Rendering and Ranking
    • Performance & Core Web Vitals
    • Improving your Core Web Vitals
    • Monitoring your Core Web Vitals
  4. EXCEL
    • TypeScript