TypeScript

Next.js provides an integrated TypeScript experience out of the box. In this lesson, you’ll learn how to convert the blog app you’ve built in the basics lessons into TypeScript.

What You’ll Learn in This Lesson

In this lesson, you’ll learn:

  • How to set up Next.js with TypeScript.
  • How to use Next.js specific types.
  • How to convert your blog app to TypeScript.