Copy

TypeScript Weekly

Issue #150 — September 10, 2020

Avoid Export Default

Several reasons for why you might want to prefer named ES2015 exports over default exports.

Basarat Ali Syed

A Pattern for Type-Safe Redux in TypeScript

A clean and type-safe set of Redux state, action creators, reducers, and selectors that provides a high level of confidence things are configured properly.

Jordan Nelson

Type Challenges

A collection of TypeScript type challenges that help you understand the type system better.

Anthony Fu

Tackling TypeScript: Upgrading from JavaScript

Dr. Axel Rauschmayer has published a book about TypeScript. The first half of the book is free to read online, but if you want to support his writing, consider buying the full version.

Dr. Axel Rauschmayer