Skip to content

JS Frameworks 2026: Popularity Benchmark

Key idea:

Enterno.io analyzed HTML signatures across the top-100k sites (March 2026). React dominant at 38% (including Next.js 21%, Remix 2%, vanilla React 15%). Vue — 14% (Nuxt 6%, vanilla 8%). Svelte growing +4% YoY → 3%. Astro newcomer since 2023 → 2%. jQuery still 34% (legacy). Vanilla JS without framework — 22% (lightweight sites, landing pages).

Below: key findings, platform breakdown, implications, methodology, FAQ.

Key Findings

MetricPass/ValueMedianp75
React ecosystem (all)38%
Next.js21%
Vanilla React15%
Vue ecosystem (all)14%
Svelte / SvelteKit3%
Astro2%
Angular4%
jQuery (any)34%
No JS framework (vanilla)22%
Remix2%

Breakdown by Platform

PlatformShareDetail
Next.js 15+ (App Router)21%YoY growth: +8%
Nuxt 3+6%YoY growth: +2%
SvelteKit3%YoY growth: +4% fastest
Astro2%YoY growth: +3% (new)
Remix2%YoY growth: +1%
Angular4%YoY growth: -2%
jQuery legacy34%YoY growth: -6% declining
1С-Bitrix (CMS + jQuery)11%YoY: flat

Why It Matters

  • React leads, but Next.js now > vanilla React — production-ready framework beats library
  • jQuery slowly dying (-6% YoY). CMS feed-in (WordPress, Bitrix) slows its death
  • Svelte fastest-growing framework by velocity (×3 since 2022). But absolute share still small
  • Astro — new category: static-first + islands architecture. Great for content sites, docs
  • Vue position stable at 14%. In Runet twice as popular as React (1С-Bitrix Vue integration)

Methodology

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.

Learn more

Frequently Asked Questions

Next.js > React — why?

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 vs Next.js — difference?

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.

Is Svelte production-ready?

Yes, Spotify, New York Times, Rakuten use it. But the ecosystem (libraries, tooling) is smaller than React's. For solo/small team — Svelte excellent.

How to detect a site's framework?

<a href="/en/tech-detect">Enterno Tech Detect</a> — detects 100+ frameworks. Or Wappalyzer browser extension. Or manual DevTools inspection.