Framework market snapshot
React still dominates the web by a wide margin — the recent usage snapshot shows React on about 2.88 million sites, Vue on 1.08 million, Next.js at roughly 580k, Angular 220k and Svelte 214k. ( ) The data also flags GSAP’s ubiquity (about 1.94 million sites) and a growing developer preference conversation where simplicity frameworks like Svelte and htmx/Alpine get compared to React’s ecosystem weight, which helps explain why teams pick one tradeoff over another. (x.com) If you’re choosing tech for a new project, these numbers matter because adoption affects hiring, library support, and long‑term maintenance. (x.com)
A web framework is the scaffolding behind a site’s interface, and the latest usage snapshots still show one giant tower over the rest: React appears on about 2.88 million sites, while Vue is around 1.08 million, Next.js about 580,000, Angular about 220,000, and Svelte about 214,000. (x.com) Those numbers are not measuring “best” in any universal sense. They are measuring installed base, which is closer to counting how many office buildings use a brand of elevator than asking which elevator engineers like most. (x.com) React’s lead is easy to explain once you look at age and reach. React was released by Meta in 2013, and the official React site still frames it as the library for building user interfaces across teams, which gave it a long runway to accumulate tutorials, job listings, and third-party packages. (react.dev) Next.js sits inside that React lead rather than competing cleanly outside it. The official Next.js docs describe it as a React framework, so a team that picks Next.js is usually still hiring for React skills and still relying on React’s ecosystem underneath. (nextjs.org) Vue grew by offering a lighter mental model for many teams. The official Vue guide says it is designed to be incrementally adoptable, which means a company can drop it into one page or one feature instead of rebuilding an entire front end at once. (vuejs.org) Angular kept a smaller footprint in these snapshots, but it still has a distinct niche. Google’s Angular docs position it as a platform for building scalable web applications, which helps explain why it remains common in large, structured enterprise codebases even when it loses the popularity contest on raw site count. (angular.dev) Svelte’s numbers are much smaller than React’s, but its appeal shows up in developer surveys more than market-share charts. The 2024 State of JavaScript survey says Svelte continues to top the rankings in overall positive opinions, even while React remains far larger in real-world deployment. (2024.stateofjs.com) That gap between deployment and affection is the real story. A framework can win the developer taste test and still lose the headcount test, because a chief technology officer hiring five engineers usually cares more about available talent and proven libraries than about whether the code feels elegant on day one. (2024.stateofjs.com) The same snapshot also shows how often teams bolt on specialist tools instead of switching frameworks. BuiltWith lists about 1.72 million live sites using GreenSock Animation Platform, or GSAP, which is a JavaScript animation library rather than a full framework, so it spreads across many stacks instead of replacing them. (builtwith.com) The “simpler than React” conversation comes from tools that cut away layers. htmx says it lets developers use Ajax, WebSocket, and server-sent events directly in HyperText Markup Language attributes, and it describes its compressed size as about 14 kilobytes, which is why it attracts teams building forms, dashboards, and server-driven apps. (htmx.org) So a framework choice is usually not a referendum on taste. It is a trade between React’s enormous labor market and package ecosystem, Vue’s gradual adoption path, Angular’s structure, and Svelte or htmx’s smaller-surface simplicity, and the usage charts make clear which side of that trade most companies have been willing to pay for. (w3techs.com)