The measured data reveals the following key findings: for the React ecosystem as a whole, the Pass/Value is 38%; for Next.js, it is 21%; for Vanilla React, it stands at 15%; for the Vue ecosystem overall, the Pass/Value is 14%; and for Svelte / SvelteKit, it is 3%. Full tables are provided below on this page.
Below: key findings, platform breakdown, implications, methodology, FAQ.
Free online tool — HTTP header checker: instant results, no signup.
| Metric | Pass/Value | Median | p75 |
|---|---|---|---|
| React ecosystem (all) | 38% | — | — |
| Next.js | 21% | — | — |
| Vanilla React | 15% | — | — |
| Vue ecosystem (all) | 14% | — | — |
| Svelte / SvelteKit | 3% | — | — |
| Astro | 2% | — | — |
| Angular | 4% | — | — |
| jQuery (any) | 34% | — | — |
| No JS framework (vanilla) | 22% | — | — |
| Remix | 2% | — | — |
| Platform | Share | Detail | — |
|---|---|---|---|
| Next.js 15+ (App Router) | 21% | YoY growth: +8% | — |
| Nuxt 3+ | 6% | YoY growth: +2% | — |
| SvelteKit | 3% | YoY growth: +4% fastest | — |
| Astro | 2% | YoY growth: +3% (new) | — |
| Remix | 2% | YoY growth: +1% | — |
| Angular | 4% | YoY growth: -2% | — |
| jQuery legacy | 34% | YoY growth: -6% declining | — |
| 1С-Bitrix (CMS + jQuery) | 11% | YoY: flat | — |
Top-100k Tranco (March 2026). Detection: HTML signatures (data-reactroot, __NEXT_DATA__, __NUXT__, /assets/svelte/), JS-URL patterns (/_next/, /__nuxt/, /_astro/), meta tags. Classification via 250+ regex rules. YoY — March 2025 dataset comparison.
As of 2026, the top JS frameworks by popularity among the top 100,000 websites include React, Vue.js, and Angular, with React leading at around 38% market share. This dominance reflects ongoing trends in performance, community support, and ecosystem maturity, influencing web infrastructure and monitoring tools significantly.
In 2026, the landscape of JavaScript frameworks is shaped by metrics such as usage statistics, community engagement, and performance benchmarks. The following frameworks rank highest among the top 100,000 websites:
These statistics are drawn from multiple sources, including Google Trends and npm downloads, which provide insights into framework adoption and community growth.
To illustrate the practical use of a popular framework, here is a step-by-step guide on setting up a React application, which is the most widely used JavaScript framework as of 2026:
node -vnpx create-react-app my-appcd my-appnpm startThis command will start the local server and open your new React app in the default web browser at http://localhost:3000. You can now begin developing your application, leveraging React's component-based architecture.
For production builds, you can create an optimized version of your app by running:
npm run buildThis command generates a build directory containing static files that can be served by any web server.
As React continues to evolve, keeping an eye on its performance metrics and community contributions will be essential for developers seeking to stay ahead in web development.
Next.js = React + routing + SSR + data fetching + deployment patterns out of box. Solo developer productive in 1 day vs 1 month on vanilla React + Webpack + Router setup.
Astro: static-first, zero JS by default, "islands" architecture for interactivity. Next.js: interactive-first, React-wide. For content sites — Astro. For apps — Next.js.
Yes, Spotify, New York Times, Rakuten use it. But the ecosystem (libraries, tooling) is smaller than React's. For solo/small team — Svelte excellent.
<a href="/en/tech-detect">Enterno Tech Detect</a> — detects 100+ frameworks. Or Wappalyzer browser extension. Or manual DevTools inspection.
Free plan — 10 monitors, checks every 5 min, no card required. Upgrade for 1-minute interval and multi-region monitoring.