Skip to main content

TypeScript

Recommendation
Updated
Moved
USE
2021-09-24

What is it

TypeScript is a superset of JavaScript that adds optional static typing. It's developed and maintained by Microsoft.

When to use it

We use TypeScript in all our frontend projects.

How to learn it

Learn TypeScript by reading the great official documentation. A good start for new TypeScript programmers can be to read the TypeScript handbook, which is a condensed version of the thorough documentation.

For documentation on how TypeScript is best used together with React, we lean on the React TypeScript Cheatsheet.