Description
In this course, you will :
- Learn about all of the important NextJS features, such as pre-rendering, SSR, data fetching, file-based routing, and authentication.
- Learn how to use NextJS to create client-side and full-stack ReactJS apps.
- Create real-world projects and apply what you've learned through hands-on projects and examples.
- If you only have a few minutes, take the full course or the "NextJS Summary" module for a quick start.
Syllabus :
- React Refresher
- Pages & File-based Routing
- Page Pre-Rendering & Data Fetching
- Optimizing NextJS Apps
- Adding Backend Code with API Routes (Fullstack React)
- Working with App-wide State (React Context)
- Complete App Example: Build a Full Blog A to Z
- Deploying NextJS Apps
- Adding Authentication