Typescript is a superset of JavaScript and uses type inference to give you great tooling without additional code. It allows you to code in a manner so that your code faces much less error in the run time or production. Don't use typescript if your project is small. It's all about the Type safety.

3m read timeFrom dev.to
Post cover image
Table of contents
What is Typescript?What does typescript do?Install Typescript

Sort: