Link Search Menu Expand Document

TypeScript

TypeScript support is provided by the Next.js framework.

We rely on it a lot, and we strongly believe it increases the quality and maintainability of any application, when used correctly.


TypeScript Cheat Sheet

We strongly recommend you read through TypeScript Cheat Sheet, it’s such a great piece of work and should help you alongside your TS journey, whether you’re experimented or a beginner.

You don’t need to focus on “how to configure” TS, because that’s already done by NRN.

Alternatively, see this summary of the most-useful TS official built-in types and their examples.

Type Fest

Next Right Now comes built-in with Type Fest, a set of utilities TS types.

If you feel like you’re missing some TS typing capabilities, check those first!