Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mujeebsulayman/notebook
https://github.com/mujeebsulayman/notebook
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mujeebsulayman/notebook
- Owner: MujeebSulayman
- Created: 2023-05-24T17:49:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-11T09:15:55.000Z (over 1 year ago)
- Last Synced: 2024-11-12T10:12:08.560Z (2 months ago)
- Language: JavaScript
- Homepage: https://hemnote.vercel.app/
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Introduction
Next.js recently became the official React framework as outlined in React docs. In this course, you'll learn the most important Next.js concepts and how they fit into the React ecosystem. Finally, you'll put your skills to the test by building a modern full-stack Next 13 application.
In this video, you'll learn:
- Next.js 13 App Folder Structure
- Next.js 13 Client Components vs Server Components
- Next.js 13 File-based Routing (including dynamic and nested routes)
- Next.js 13 page, layout, loading, and error Special Files
- Next.js 13 Serverless Route Handlers (Next API, Full Stack Apps)
- Next.js 13 Metadata and Search Engine Optimization (SEO)
- Three ways to fetch data in Next.js:
- Server Side Rendering (SSR),
- Static Site Generation (SSG)
- Incremental Static Generation (ISR)