Copy

TypeScript Weekly

Issue #147 — August 13, 2020

Announcing TypeScript 4.0 RC

The release candidate of TypeScript 4.0 is out and brings some exciting new features, including variadic tuple types, labeled tuple elements, the new assignment operators &&=, ||=, and ??=, and more.

Daniel Rosenwasser

The Golden Rule of Generics

“If a type parameter only appears in one location, strongly reconsider if you actually need it.”

Dan Vanderkam

Before Migrating to TypeScript

TypeScript is a tool, with strengths, weaknesses, and tradeoffs. Take time to understand those tradeoffs and whether they are a benefit for you, and use it wisely.

Hoang Nguyen

Introducing Rome

The first beta release of Rome: a linter, compiler, bundler, test runner, and more for JavaScript, TypeScript, HTML, JSON, Markdown, and CSS.

Sebastian McKenzie