DEV Community

Discussion on: Why I moved to TypeScript and have no regrets

Collapse
 
ryands17 profile image
Ryan Dsouza

The best part being, it's opt in. You can incrementally update your existing JS project to TS without impacting the current code :)

I also like how it infers the types automatically for generics passed as well.

Collapse
 
vbrdnk profile image
Vladyslav

you're totally right) but from my experience can say that sometimes it's quite painful if the project is quite big