Hacker News new | ask | show | jobs
by no1youknowz 2656 days ago
You forgot to mention Vue. ;)

I would say it's done. ES6 javascript replaces a lot of its functionality as well.

I switched from jQuery to Vue/ES6 (last March) and would never contemplate switching back. The difference is like night and day.

The next stage I'm thinking about is moving over to TypeScript for more productivity and safer development.

1 comments

> The next stage I'm thinking about is moving over to TypeScript for more productivity and safer development.

Check this out if you haven't already:

https://github.com/Microsoft/TypeScript/wiki/Type-Checking-J...

Even if without any annotations, type inferencing can catch some bugs for you.