Skip to content

kunalashar25/learn-typescript

Repository files navigation

Learn Typescript

This repo will cover all the concepts required to learn Typescript from the scratch

I have created this repo as a part of self-learning and development activity by referring the Udemy Course - Understanding Typescript - 2021 Edition

Project Structure

  • concept_images → Structure images for reference
  • language_fundamentals → Minute details with examples on each and every topic in typescript

Language Fundamentals

Refer here for Typescript official documentation.

Typescript Introduction

List of topics coverd under this section:

Typescript Basics & Basic Types

List of topics coverd under this section:

The Typescript Compiler

List of topics coverd under this section:

Resources

  • Check all configuration related to tsconfig.json here
  • Check tsc CLI options here
Next-Gen Javascript & Typescript

List of topics coverd under this section:

Resources

  • Refer here to see compatibility table
Classes and Interface

List of topics coverd under this section:

Classes

Interfaces

Advanced Types

List of topics coverd under this section:

Generics

List of topics coverd under this section:

Functions

Classes

Utility Types

Resources

  • Learn more about Generics here
Decorators

List of topics coverd under this section: