Copy

TypeScript Weekly

Issue #156 — November 3, 2020

TSConf 2020 Session Recordings

The recordings of all talks presented at TSConf 2020 are now available.

SitePen

swc-project / swc

A super-fast compiler written in Rust, producing widely-supported JavaScript from TypeScript and modern JavaScript. About 20–70 times faster than Babel!

kdy1

Real Use Cases for Named Tuples in TypeScript

Various use cases for TypeScript’s tuple types.

Alexander Nnakwue

How to avoid using the any type in TypeScript?

Three tips to avoid the any type in your code.

FAM