Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
k33da99625yWell, I love Typescript because of its structured approach and Types support (It looks familiar to other oop based languages). Typescript is more readable than js (atlest if you used with some design paradigms). I use it for Angular applications(default language). You can also write barebone js inside ts it won't cause any error( at last typescript is transpired into js only).
So if you already know any other oop based language and want to transition into js world then Ts will be easy to learn. If you are from Js background then also it will be useful to maintain your application structure.
Related Rants
What's your opinion on TypeScript? I'm having a hard time figuring out if it's worth using for a React side project
question
js
vueisbetterthanreact
javascript
typescript
react