Advanced TypeScript Types
Lightning Talk (5 min.)
Types declarations that are less common used. Brief description of each mechanism, example how can it be used and at the end some best practices how to use the typing system.
- Intersection Types
- Union Types
- Type Guards
- Nullable types
- Never type
- Interfaces vs. Type Aliases
- Type Analysis
- Mapped types - Pick or Partial etc
- Generic type