We wrote a blog post that explains the new @ReactRouter RSC architecture a bit more, and how it makes our library APIs almost as powerful as Framework Mode.
Soon remix/assets will rewrite your imports to skip over barrel files and only import modules you actually use - WITHOUT A BUILD STEP 🔥
import { css } from 'remix/ui'
Becomes:
import { css } from '/assets/npm/@remix-run/ui/dist/style/css-mixin.js'
Start your engines. The Remix Jam 2026 schedule just dropped. 🏁
Join us October 2 in Toronto for a full day of talks from the Remix team and expert builders from across the industry. We’ll dig into Remix 3, our approach to unbundling, Agentic Experience, Frames, SPAs, testing,