HN posts follow tech hype. AI is hot right now. Another thing will come and take its place in due time.
Ask HN: Anyone else notice that HN isn’t full of JavaScript frameworks lately?
41–50 of 136 posts
Re: Ask HN: Anyone else notice that HN isn’t full of JavaScript frameworks lately?
#42For the next couple of years problems will not be technical but business and marketing. No programming framework is going to help.
Re: Ask HN: Anyone else notice that HN isn’t full of JavaScript frameworks lately?
#43I think that was all mostly about the, very long overdue, burst of advancements in JS engines that IE was holding back for soooo long. Everyone wanted to make THE library that had the best, most efficient, DOM abstraction possible, while taking advantage of any new speed gains the competing engines would release every week. It was a pretty cool time looking back on it but, the competition in that space has stalled and what's left is good and boring enough to easily get by with on any basic project. It's still not great, but that's just how front-end dev work is.
Re: Ask HN: Anyone else notice that HN isn’t full of JavaScript frameworks lately?
#44We need another Jobs to tell us React is shit and restart the cycle again.
Re: Ask HN: Anyone else notice that HN isn’t full of JavaScript frameworks lately?
#45Irrespective of the merits of React, it is sad to see the monoculture that has formed around it. I get the same kind of vibes as I did back when Java was everywhere, and comp sci graduates used to have the impression that Java = programming.
Re: Ask HN: Anyone else notice that HN isn’t full of JavaScript frameworks lately?
#46IMO a JavaScript revolution is quietly brewing. Today’s frameworks have gotten amazingly complicated and EcmaScript spec is gaining new capabilities at a rapid clip, so some of critical features for modern web dev is built in. This project is a great example of what’s coming https://www.arrow-js.com . I think the right move will become avoiding these large and complicated frameworks unless they’re truly called for.
Re: Ask HN: Anyone else notice that HN isn’t full of JavaScript frameworks lately?
#47Earlier quoted context omitted.
haha, I basically feel this way about Svelte/Kit. It's not mature, but the surface is so small and learning curve so pleasant that it's our go to choice now for internal webapps. (We have no external webapps because my company, funny enough, builds a JavaScript framework!)
> not mature Svelte was first released in 2016 and has become bigger than its original creator, Rich Harris. It has quite a thriving ecosystem and a big community. The tooling around it is more mature than React's has ever been. > surface is so small I actually find the opposite to be true. React still has a relatively small API surface area. One-way data flow makes it easier to understand. However, a smaller surface…
Re: Ask HN: Anyone else notice that HN isn’t full of JavaScript frameworks lately?
#48React won. Angular is officially deprecated, and the others are distant also-rans at this point. React Native has also almost completely taken over iOS development. Thank god we can all just agree on a baseline to work from finally.
Re: Ask HN: Anyone else notice that HN isn’t full of JavaScript frameworks lately?
#49Re: Ask HN: Anyone else notice that HN isn’t full of JavaScript frameworks lately?
#50React is now the de facto choice and much less painful than past de facto choices, is my take on why. It has a mature and healthy ecosystem, and its relatively small surface makes it easy to learn and predictable, while declarative GUI in general is low on footguns compared to ye ol two-way data binding. Many of the competitors springing up define themselves in terms of React, either as an improvement or a foil. But…
haha, I basically feel this way about Svelte/Kit. It's not mature, but the surface is so small and learning curve so pleasant that it's our go to choice now for internal webapps. (We have no external webapps because my company, funny enough, builds a JavaScript framework!)