Content tagged with "typescript"

  1. Take control of unexpected data at runtime with TypeScript

    Learn how to use TypeScript type definitions to get better guarantees for runtime safety.

  2. Union types in TypeScript: modeling state

    Get familiar with union types in TypeScript with practical examples. You will get rid of of complex and buggy boolean logic by using union types to model the state of your application. Your colleagues will thank you later.