Remix is a full-stack web framework that lets you focus on the user interface and work back through web standards to deliver fast, slick, resilient user experiences. Created by Michael Jackson and Ryan Florence (founders of React Router), Remix was acquired by Shopify in 2022.
Remix is unusual in its embrace of native web fundamentals: forms, HTTP, progressive enhancement. Its loader/action data model maps cleanly to REST conventions and works without JavaScript enabled.
Full-stack web framework for React. Embrace the platform, leverage the network, build resilient UX.
✨ Features
Co-locate data fetching and mutations with routes. Forms post to actions natively.
Built on Web Fetch API and native HTML forms. Works without JS, accelerates with it.
Routes are file-system nested. Loaders run in parallel, layouts compose top-down.
useFetcher and pending states make optimistic updates trivial without third-party libs.
Adapters for Node, Vercel, Cloudflare Workers, Deno Deploy, Fly.io, AWS — all in one app.