It's starting to feel like the JavaScript 'ecosystem' is broken. Especially npm and the proliferation of small libraries written by inexperienced developers. When is the industry going to move on? Angular is a behemoth.<p>If the idea is to simplify with modules, I think they miss the point. The 'old' server side libraries, flask, ror, even .net MVC look elegant and simple in comparison.<p>When will this stupidity end?
If you stop thinking like a front-end web dev, and take a step back from the whole thing, the status quo is truly insane and embarrassing. A many-billion dollar, world changing industry has been exclusively constrained to <i>one</i> dynamically-typed, weird language cooked up by one guy in a hurry, over 20 years ago.<p>How can such a phenomenon even exist, without programmers falling over themselves to create a development ecosystem with compilers and multiple language paradigms? The best answer I can come up with is that the history of web development is rooted in a culture that cares only about product design, user experience, and making a million dollars fast. It took a long time for systems programmers to get interested enough to provide the perspective of, well, a systems programmer.<p>It <i>could</i> be argued that not rocking the boat, and just accepting JS as the standard unconditionally, helped the web succeed. I don't agree with that. I don't see how having a good execution environment in the browser in 2004 could possibly have hurt the web.
The javascript ecosystem is feeling better than ever to me right now.<p>The only reason that people are getting "javascript fatigue" and complaining that JS is being used for everything is because <i>so many</i> people are working so hard to improve and innovate the language/ecosystem... and so many people are actually finding applicable benefit to that work.<p>I've built several native iOS apps in Ruby with RubyMotion - no one was upset about Ruby fatigue or that Ruby is being used in a new context... Because why would they? There's nothing to complain about! It's just a product created by people working hard to provide value in a new way.<p>And that's what people are doing in the JS world too. There's just way more of them and way more people using and applying that work, so it starts to feel overwhelming. But that is not the fault of the language or the community.<p>No one is forcing anyone to use any language or framework. No one is forcing anyone to use any particular software. Pick the ones best for your needs — why pull down all the people working so hard on JS along the way?
Well, with Webassembly en route, there is a future where we can use whatever language we like if the can target WebAsm.<p>Currently, there is only support for manual memory management but there are plans to expand with GC.<p>There is certainly a horizon for expansion. We are already seeing this with languages that compile to JS. Perhaps WebAsm will provide the substrate for better engineered languages and code.
Javascript is always dramatically overused at the top of every market cycle: DHTML in 1999, Web 2.0 in 2008, Angular/React/etc now. This too shall pass. And then reappear, worse.<p>If you are truly sick of javascript, I have something for you:<p><a href="http://intercoolerjs.org" rel="nofollow">http://intercoolerjs.org</a>
What if it is?<p>JS isn't that bad, the ecosystem big enough to avoid the small libs written by n00bs and easy to acces s thanks to npm. Npm isn't perfect, but better than what most languages have.<p>Many people already know JS and it's pretty much the easiest language to get started with, you just need a browser and an editor.<p>Most people don't use the best solution for a problem because often nobody knows what this would be, so they use what they know and make things work.<p>English is certainly not the best language for the world, still most people speak it and make things work.
No language or technology is the solution to everything. In fact, they all suck in one form or another. Your job is to pick those that fit the problem at hand well. That's why learning multiple languages, and designs. <i>You</i> are the one size fits most solution. Study and learn and the feeling of everything being stupid should be reduced (never gone but thats good).