Further reading
Training wrap-up
Chapters - Table of contents

More on TypeScript

Marius Schulz "TypeScript Evolution" series

The TypeScript Evolution series is a great resource of 44 small articles covering a good range of TypeScript aspects.
I encourage you to bookmark it as a TypeScript cheat-sheet: https://mariusschulz.com/blog/series/typescript-evolution

Matt Pocock Tweets on TypeScript and Lessons

Matt became the go-to person for TypeScript, sharing tips, exotics examples and news about TypeScript new releases. Follow him to stay up-to-date with TypeScript and learn practical examples.
Matt also provides Professional Workshops and Courses.

Serhii's catchts blog

The catchts.com blog is a gold mine for anybody wanting to learn advanced typings and TypeScript's compiler edge cases.
Get ready to overload your brain! 🧠

The TypeScript Handbook on Advanced types

For more examples and content on advanced TypeScript types, take a look at the official TypeScript handbook: https://www.typescriptlang.org/docs/handbook/2/types-from-types.html

The reference of TypeScript compiler options

TypeScript's official website also offers a great reference for all tsconfig.json options.
There are hundreds of options, which can make it hard to navigate.
Fortunately, the TSConfig Reference offers an index of all options by categories along with some examples for each of them: https://www.typescriptlang.org/tsconfig

Speed up your webpack TypeScript compilation time

If you are using the default Create React App configuration, webpack compilation time might end up getting slower and slower as you add more complex TypeScript types to your project.
Most of the time, switching to the following TypeScript plugin will do the work:
https://github.com/TypeStrong/fork-ts-checker-webpack-plugin

TypeScript in-depth

For the more curious and adventurous of us, TypeScript's github wiki is a gold mine of advanced and precise information on performance, TypeScript ecosystem, and internal architecture:
https://github.com/microsoft/TypeScript/wiki
You'll also find there the up-to-date roadmap of TypeScript:
https://github.com/microsoft/TypeScript/wiki/Roadmap

Recommended newsletters

We use cookies to collect statistics through Google Analytics.
Do not track
 
Allow cookies