Things to learn when you are starting new in Typescript
Lets get started with Typescript
This is step by step topics that you should learn if you are starting new in typescript:
Introduction to Typescript
Typescript Annotations
Type Inference
Union Type
Type any
Using Typescript in Arrays
Using Typescript in Objects
Using Typescript in Functions
Optional and Default Parameters
Type Alias
Intersection Types
Type Interface
Interface vs Type Alias
Tuples
Enums
Type unknown, never
Type Guarding
Type Predicates
Generics
Using Typescript while fetching data and use of ZOD library
Typescript Classes
Use Typescript in projects