Remix Review, Pricing & Features

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

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

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.

Related Tools