Earlier quoted context omitted.
Lots of political opinion posts. There seems to be an influx of non technical people posting culture war nonsense.
As the site grows the number of people interested in any specific tech gets smaller while the number of people interested in lifestyle posts (politics being a major category of those) grows. Ruby and or Rust specific posts get much less upvotes and lifestyle posts get much more upvotes and the frontpage with its limited real estate becomes less and less specific tech related. The problem will only continue to get wor…
Ask HN: Anyone else notice that HN isn’t full of JavaScript frameworks lately?
91–100 of 136 posts
Re: Ask HN: Anyone else notice that HN isn’t full of JavaScript frameworks lately?
#92https://dayssincelastjavascriptframework.com/
Re: Ask HN: Anyone else notice that HN isn’t full of JavaScript frameworks lately?
#93React 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.
Which angular?
Re: Ask HN: Anyone else notice that HN isn’t full of JavaScript frameworks lately?
#94I see a lot less programming topics, in general.
Lots of political opinion posts. There seems to be an influx of non technical people posting culture war nonsense.
Why would things not be getting political?
Re: Ask HN: Anyone else notice that HN isn’t full of JavaScript frameworks lately?
#95React 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…
Re: Ask HN: Anyone else notice that HN isn’t full of JavaScript frameworks lately?
#96IMO 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?
#97React 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…
I remember hearing exactly the same words about jQuery a decade ago. This is bias stacked on comfort using a bandwagon mythology as a qualifier.
React is just a better approach to building all-encompassing SPAs.
Re: Ask HN: Anyone else notice that HN isn’t full of JavaScript frameworks lately?
#98IMO 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?
#99Earlier quoted context omitted.
> JS framework written in Rust This isn't far from reality these days
That's what makes jokes/conspiracies/lies/memes so compelling. Not that my comment was any of the above including compelling
Re: Ask HN: Anyone else notice that HN isn’t full of JavaScript frameworks lately?
#100Earlier quoted context omitted.
You can still use just React. No one is forcing you to use Next or Remix
No one is forcing you, but the React docs say "If you want to build a new app or a new website fully with React, we recommend picking one of the React-powered frameworks popular in the community. Frameworks provide features that most apps and sites eventually need, including routing, data fetching, and generating HTML." So, it going to be difficult to choose pure React with that kind of statement.