Description
In this course, you will learn :
- The basics of Next JS and its significance in modern web development.
- Implement best practises and performance optimisations to create efficient and optimised Next js projects.
- Learn about the Next js routing system and how to handle complex navigation circumstances.
- Build sophisticated serverless functions for backend functionality using Next js API routes.
- Next JS 13 teaches you about Data Fetching.
- Understand how the server and client components work.
- How to put file conventions into action.
- Implement route interception and become familiar with how it works.
Syllabus :
1. Next JS 13 - Todo Creator
- Project Setup
- Fonts
- Dynamic Routes
- Static Routes
- Server & Client Components
- API's
- Data Fetching
- Refreshing Server Components
- Navigation
- File Conventions