/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

weberdominik.com
| | codewithstyle.info
1.4 parsecs away

Travel
| | Advanced types section of TypeScript docs mentions some very useful built-in types as examples of conditional types and mapped types. I was surprised
| | effectivetypescript.com
3.3 parsecs away

Travel
| | Effective TypeScript: The Golden Rule of Generics
| | kamranicus.com
3.7 parsecs away

Travel
| | Override specific property type annotations using mapped, conditional, and intersection types with TypeScript for interfaces or classes
| | weberdominik.com
9.9 parsecs away

Travel
| Mapped types, introduced in TypeScript 2.1, can significantly reduce typing effort. They can be hard to understand though, as they unfold their full potential only in combination with other (complicated) features.