this post was submitted on 19 Oct 2025
6 points (100.0% liked)
React
1235 readers
1 users here now
A community for discussing anything related to the React UI framework and it's ecosystem.
Wormhole
Icon base by Skoll under CC BY 3.0 with modifications to add a gradient
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The article mentions a "React exodus", but that's not what I'm seeing at all. Some smaller use cases are migrating to Preact, sure, but there's also new developers starting to use React every day.
Also jQuery is still the most popular JS library by far. It'll take a very long time for anything to overtake it.
React is very much the dominant framework, and that dominance is being bolstered by AI coding tools. I wonder if an AI coding tool would even suggest Preact as an alternative to React? 🤔
Unless you include libraries, in which case it's jQuery. There's still far, far more sites using jQuery compared to React. jQuery is trending down a bit, but the majority of the top million sites still use it.
Not everything is a web app... A large number of sites are mostly static content with small amounts of interactivity. In those cases, React (or Preact or Vue or whatever) are generally overkill. Those types of sites are migrating away from jQuery, but they're migrating to either lightweight libraries like htmx, or just vanilla JS.
I don't use any AI coding tools for personal projects, but at work we use custom tooling built on top of Claude. I'll have to check if it suggests Preact once I'm back at work.