👋 Hello, I'm Dave Gray.
✅ Check out my YouTube Channel with hundreds of tutorials.
🚀 Follow Me:
📺 YouTube Playlist for this repository.
🚀 This repository shares ALL of the resources referenced during the Next.js for Beginners tutorial series.
- 🔗 HTML for Beginners
 - 🔗 CSS for Beginners
 - 🔗 JavaScript for Beginners
 - 🔗 React for Beginners
 - 🔗 TypeScript for Beginners
 - 🔗 Tailwind CSS for Beginners
 
DO NOT COPY FOR AN ASSIGNMENT - Avoid plagiarism and adhere to the spirit of this Academic Honesty Policy.
- 🔗 Google Chrome Web Browser
 - 🔗 Visual Studio Code (aka VS Code)
 - 🔗 Node.js & NPM
 - 🔗 {JSON} Placeholder
 - 🔗 ES7 React Snippets
 
- 🔗 Next.js Official Site
 - 🔗 Next.js 13 Beta Docs
 - 🔗 Cloudflare: How does a CDN work?
 - 🔗 next-mdx-remote RSC Docs
 
- 🔗 react-icons
 - 🔗 gray-matter
 - 🔗 remark
 - 🔗 remark-html
 - 🔗 limiter
 
- 🔗 Chapter 1 - Introduction & Setup
 - 🔗 Chapter 2 - Pages & Layout
 - 🔗 Chapter 3 - Data Fetching, Dynamic Routes & Metadata
 - 🔗 Chapter 4 - SSG, SSR, & ISR
 - 🔗 Chapter 5 - Client Components & Small Project
 - 🔗 Chapter 6 - Blog Website Project
 - 🔗 Chapter 7 - Route Handlers for API Routes
 - 🔗 Chapter 8 - Build a REST API
 - 🔗 Chapter 9 - Middleware
 - 🔗 Chapter 10 - Background & On-Demand Revalidation
 - 🔗 Chapter 11 - Mutating Data