|
|
|
|
|
by no1youknowz
2719 days ago
|
|
I went from jQuery (inc libs) and < ES5, to VueJS (components) and ES6. It was such a big jump, after 8 months of it now. I am so much more productive than I was before. It's just not funny. If I did the same as you. Going from JS to TS, what kind of experience (from there on in) should I be looking at? |
|
Also, code is much more manageable, and refactoring is tons easier.
With enough Babel plugins, you can get ESNext functionality that does whatever you want (some of those early stage proposals are really cool! They might go away tomorrow, but hey, so cool!), so Typescript's old advantage of offering more language features is kinda nullified.
In the end, I started writing the later part of my current project in Typescript, and I much more enjoy working on that part of the code than the earlier parts.