Course lesson
Create a New Next.js and TypeScript Project
Next.js is React’s recommendation for building server side rendered (SSR) web apps. It features SSR and Static Site Generation (SSG), TypeScript support, routing, and more.
- Duration
- 2 min
- Access
- Free
- Transcript
- Retained from source evidence
Next.js is React’s recommendation for building server side rendered (SSR) web apps. It features SSR and Static Site Generation (SSG), TypeScript support, routing, and more.
In this lesson you will also set up this course’s example and learn to create a new Next.js and TypeScript project.