DEV Community

Discussion on: To Typescript Or Not To?

Collapse
 
freelancer2020 profile image
Mostafa

Well, I used to love typescript as it's static typed so every move inside my code is predictable with typescript ( you knew something from the future ) BUT!!! It's overwhelming when you are using it with react / redux / node / etc.. I found my self downloading extra @types packages for predefined generics, interfaces, etc..and here the red alert of time consuming, ok later i will have the level down and autocomplention features but these features it wasn't for me the cold bottle of water in the dessert.