Skip to content

0.Learning Plan

TypeScript

  • https://www.typescriptlang.org/docs/index.html
  • [ ] Tutorials
    • [x] TypeScript in 5 minutes
    • [x] NON - ASP.NET Core
    • [x] NON - Gulp
    • [ ] Migrating from JavaScript
    • [x] NON - React & Webpack
  • [ ] What's New
    • [x] NON - Overview
    • [ ] TypeScript 3.7
    • [x] NON - TypeScript x.y
  • [ ] Handbook
    • [x] Basic Types
    • [x] Variable Declarations
    • [x] Interfaces
    • [x] Classes
    • [x] Functions
    • [x] Generics
    • [x] Enums
    • [x] Type Inference
    • [x] Type Compatibility
    • [ ] Advanced Types
    • [ ] Symbols
    • [ ] Iterators and Generators
    • [x] Modules
    • [x] Namespaces
    • [x] Namespaces and Modules
    • [ ] Module Resolution
    • [ ] Declaration Merging
    • [ ] JSX
    • [ ] Decorators
    • [ ] Mixins
    • [ ] Triple-Slash Directives
    • [ ] Type Checking JavaScript Files
    • [ ] Utility Types
  • [ ] Declaration Files
  • [ ] Project Configuration

VS Code & TypeScript