WebDev Resources
  • Home
  • Categories
  • Fundamentals 8
  • Frontend 11
  • Backend 8
  • DevOps 6
  • Security 5
  • Performance 6
  1. Home
  2. / Frontend
  3. / TypeScript
Star 0
Intermediate Frontend

TypeScript

Static typing, interfaces, generics, and type safety.

JavaScript with Types

TypeScript catches errors at compile time rather than runtime.

Key Concepts

  • Type annotations and inference
  • Interfaces and type aliases
  • Generics
  • Union and intersection types

Additional Resources

  • TypeScript Handbook
  • TypeScript Playground
  • Total TypeScript (Matt Pocock)
  • Type Challenges
  • ts-reset (Better Types)
Previous Responsive Design Next React.js