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
-
10Dev28994yLearn typescript. It’s a huge boost to your productivity, and the fact that it catches compile time errors is so amazingly helpful
Besides, learning typescript, for me at least, means that you’ll learn to write better js code -
@10Dev cool thanks, a typescript file supports let and const right, i mean it supports the javascript syntax right?
-
10Dev28994y@souvikpunk yeah. If it exists in JavaScript, it’s supported in typescript. Typescript is just JavaScript with static typings
-
All JS projects at my company are being ported to Typescript, most already have been.
-
devJs13264yI used JS at first but soon added Flow which is library for types in plain JS then moved to Typescript.
Tried Typescript and got hooked. I never consider writing my projects in plain JS again.
If it is plain JS, at least I add Flow.
If Typescript is hard right now, try Flow instead as it could help your transition to Typescript.
I dont know if i should learn typescript, i really like how it shows any error if you have done some mistake in the code in realtime. But it seems kinda hard and its not used that much at my office work. Should i start learning now or should i focus on strengthening my react skills for now? I work on react and javascript on daily basis.
question
javascript
typescript
react