Live data from Hacker News

Ask HN: Is anyone else just tired of JavaScript?

news.ycombinator.com

1–10 of 47 posts

Re: Ask HN: Is anyone else just tired of JavaScript?

#5
I'm actually more excited than I have ever been in the JS ecosystem. Sure, there's framework fatigue, but ES6+ features have been a pleasure to learn and use, and picking up Typescript has been a serious boon to a more OO style approach to client side engineering. The previous two years have been refreshing.

Re: Ask HN: Is anyone else just tired of JavaScript?

#8
post #3

Yes. I am maintaining an Anglaur app just now. What a waste of effort. Everything would have been so much simpler if it was kept server side. Instead we have a ton of duplicated logic.

Stating the obvious, but that's the fault of whoever decided to do it in Angular and didn't understand the trade-offs of single page apps. If an app can be just as easily (or more easily) implemented server-side with no 'relevant' impact on UX, it probably should be.
Post reply on HN