Wake up, Remix!
It's time to go wake up Remix! Here's what we're building and what it means for React Router.
React Router RSC Preview
React Router's preview support for React Server Components is now available
janhesters/react-router-saas-template
Create B2B and B2B SaaS apps with React Router.
Launchway - The Remix SaaS Boilerplate and Starter Kit - Setting up rate limiting in a Remix app
Learn how to implement rate limiting in Remix using server framework middleware and platforms like Cloudflare and Vercel
Remix Roadmap Planning #18
Join Ryan and Michael as they walk through the Remix Team's Roadmap - Public roadmap 👉 https://github.com/orgs/remix-run/projects/5 - RFCs 👉 https://github.com/remix-run/remix/discussions/categories/official-rfcs - "Open Development" blog post 👉 https://remix.run/blog/open-development 00:00 - Bumper 00:48 - Intro and thoughts on the New Year 02:40 - Recap on React Router v7 release 07:06 - Framework/Library mode and breaking changes 14:50 - Documentation updates 17:19 - Diversion on anime and streaming vs blue-ray 20:38 - Roadmap review 33:00 - Milestones and the latin root of "hope" 38:55 - Remix the Web philosophy and future work Learn more at https://remix.run and https://reactrouter.com
Launchway - The Remix SaaS Starter Kit - API routes and RESTful services in Remix
Exploring different usages of API routes in Remix such as client-side form submissions, receiving webhooks, and exposing a RESTful API to the outside world.
jiangsi/edgecd-blog
EdgeCD AI Blog is an open-source blog system built with Remix.run on Cloudflare Workers. Features: - Powered by Remix.run framework - Fully edge-based computing - Leverages Cloudflare ecosystem (D1, R2, AI, KV, CDN)
React Router v7
React Router v7 brings all the great things you love from Remix back to React Router
Launchway - The Remix SaaS Starter Kit - Client-side validation in Remix with Zod and clientActions
Exploring a novel method for client-side form validation in Remix using Zod and clientActions
Launchway - The Remix SaaS Starter Kit - Type-safe environment variables in Remix
Handle environment variables in Remix using Zod for type-safety and validation
Launchway - The Remix SaaS Starter Kit - Remix file uploads using S3, Cloudflare R2 and Hetzner
A guide to uploading files in Remix using S3-compatible storage providers
Remix Roadmap Planning #17
Join Ryan and Michael as they walk through the Remix/React Router Roadmap - Public roadmap 👉 https://github.com/orgs/remix-run/projects/5 - RFCs 👉 https://github.com/remix-run/remix/discussions/categories/official-rfcs - "Open Development" blog post 👉 https://remix.run/blog/open-development Learn more at https://remix.run
Remix Todo App: Part 6 - Deploying the App
Step-by-step guidance on how to deploy your Remix Todo App to production.
Remix Todo App: Part 5 - Implementing a Theme Switcher
Add a theme switcher to your Remix Todo App to support light and dark modes.
Remix Todo App: Part 4 - Pending UI
Improve user experience by adding pending states and implementing network-aware UI feedbacks.
Remix Todo App: Part 3 - Multiple Forms with Single Button and Concurrent Mutations
Learn how to implement multiple forms with a single button for mutations and handle concurrent mutations efficiently in Remix.