Frameworks
Google's batteries-included framework — opinionated and TypeScript-first, still the safe pick for large enterprise teams that want structure.
Ships zero JS by default and only hydrates the interactive bits — the right pick for content sites, blogs, and marketing pages, not dashboards.
React's default full-stack framework — biggest ecosystem, most job listings, and the one every AI coding tool assumes you're using.
Vue's answer to Next.js — if you're already committed to Vue, this is the obvious way to add SSR, routing, and file-based structure.
Resumability instead of hydration means near-zero JS on page load — worth knowing if you obsess over Lighthouse scores on big apps.
Absorbed Remix's framework mode, so this is now the full-stack React option for teams who want more control than Next.js hands you.
Solid's full-stack framework for people who want React-like ergonomics without the virtual DOM tax — small community, real performance gains.
Svelte's official framework, and genuinely the most pleasant DX of the bunch — less boilerplate, smaller bundles, fewer footguns.