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.
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.
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
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.
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:
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:
You'll also find there the up-to-date roadmap of TypeScript:
Recommended newsletters