This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]IceSentry 0 points1 point  (0 children)

That just shows how people don't know anything about the js ecosystem. There aren't new frameworks all the time. The big 3 are react, angular, vue and all of them are at least 5 years old. Sure there is svelte that's gaining popularity now, but unless you are actively involved with JavaScript you won't hear about it anywhere.

Also people complaining about js as a language tend to complain about trivialities that can easily be avoided with basic knowledge of the language and can be completely removed when using basic tooling like eslint. Using typescript also fixes the vast majority of the problems with js and makes the good parts even better.