DEV Community

Cover image for Why you should use TypeScript in 2021?
Gulshan Saini
Gulshan Saini

Posted on

Why you should use TypeScript in 2021?

Hey Guys, In this video I will try to convince you to use Typescript for your next projects or migrate existing projects. I am going to cover couple of scenarios where JavaScript miss common issue which are very obvious.

I will show you how TypeScript can help in catching bugs early in development cycle and reduce complexity of application. TypeScript helps in not only catching code issues during compile time, it also helps in reducing the code.

Typescript types are very powerful feature that can minimize issues in your code

Top comments (0)