What happened to Remix, how it merged into React Router, and what Remix 3 is building next — a 2026 status guide.
Category
Developer Tools
Pricing
Free and open source, from Free
Verified
Not yet
Last updated
July 19, 2026
Founded
2020
Headquarters
Remote/distributed team (Remix Software, a Shopify subsidiary)
Open Source
Overview
Remix was created by Michael Jackson and Ryan Florence, the developers behind React Router, and launched publicly in 2021 as a full-stack React framework emphasizing nested routing, server-side data loading, and progressive enhancement. Shopify acquired the Remix team in 2022.
Key Features
Remix's original framework features — nested file-based routing, server-side loaders and actions, and progressive enhancement via HTML forms — have been merged into React Router's 'framework mode' as of React Router v7/v8. Separately, Remix 3, previewed in 2025, drops React entirely, runs on the standard Fetch API across Node, Deno, and Bun, and aims to cover the full application stack including sessions, auth, uploads, and UI components.
Pricing
Remix, React Router, and the in-development Remix 3 are all free, open-source, MIT-licensed projects with no paid tiers or subscriptions.
Key Features
Nested, file-based routing (legacy Remix/React Router) — Organizes application routes and their data dependencies in a nested hierarchy.
Server-side data loading and actions — Loaders fetch data per route on the server; actions handle form-based mutations, pioneered by Remix and now native to React Router.
Progressive enhancement via HTML forms — Forms work without client-side JavaScript and are progressively enhanced when it is available.
Fetch API-native architecture (Remix 3) — Built directly on standard Request and Response objects instead of Node-specific APIs.
Runtime-agnostic (Remix 3) — Runs unmodified on Node, Deno, or Bun without adapters.
JSX without a virtual DOM (Remix 3) — Keeps JSX syntax but updates the UI explicitly instead of through React hooks.
Full-stack scope (Remix 3) — Aims to cover routing, middleware, sessions, auth, uploads, and data management in one framework.
Open source and free — Distributed under an open-source license with no paid tiers.
Pros & Cons
Pros
Built on web standards, making the framework portable across JavaScript runtimes
Pioneered data-loading and forms patterns now built natively into React Router
Backed by Shopify's engineering resources since the 2022 acquisition
Fully open source and free with no paid tiers
Cons
Brand confusion since Remix v2's framework features moved into React Router itself
Remix 3 is a ground-up rewrite with an API still described as moving as of mid-2026
Remix 3 drops React entirely, meaning existing Remix v2/React apps cannot adopt it without a rewrite
Not yet recommended for production as the first stable Remix 3 release was still pending in 2026
Pricing
Open Source Free N/A (MIT license)
Frequently Asked Questions
Is Remix still maintained?
Yes, but its original framework features have been merged into React Router, while a separate new framework called Remix 3 is being built independently of React.
What happened to Remix and React Router?
Remix's bundler and server-runtime code were merged into React Router, which now offers a Vite-based 'framework mode' that includes what used to be distinctly Remix features.
Is Remix 3 based on React?
No, Remix 3 drops React and the virtual DOM entirely, building instead on the web-standard Fetch API while still using JSX syntax.
Can I still use the original Remix v2?
Existing Remix v2 apps continue to work, but new framework development has moved to React Router's framework mode.
Is Remix free to use?
Yes, Remix, React Router, and Remix 3 are all free, open-source projects.
Who created Remix?
Remix was created by Michael Jackson and Ryan Florence, who also created React Router; the team was acquired by Shopify in 2022.
When will Remix 3 be production-ready?
Early previews were shown at Remix Jam 2025, with a stable release targeted for early 2026, though the API was still evolving as of mid-2026.
Does Remix 3 work with Node, Deno, and Bun?
Yes, because it is built on the standard Fetch API rather than Node-specific request/response objects.