The issue #14777 has been resolved with update to react-router 7.13.1-pre.0. Also confimed it has been fixed for 7.13.1.
This repo's dependency (packages.json) has been updated to react-router 7.13.1-pre.0 and the issue NO LONGER is reproduced.
To see the issue' symptom please downgrade to any version prior to 7.13.1.
A modern template for exploring React Server Components (RSC) with React Router, powered by Vite.
- 🧪 Experimental React Server Components
- 🚀 Server-side rendering with RSC
- ⚡️ Hot Module Replacement (HMR)
- 📦 Asset bundling and optimization with Vite
- 🔄 Data loading and mutations
- 🔒 TypeScript by default
- 🎉 TailwindCSS for styling
- 📖 React Router docs
- 📚 React Server Components guide
Install the dependencies:
npm installStart the development server with HMR:
npm run devYour application will be available at http://localhost:5173.
Create a production build:
npm run buildRun the production server:
npm startLearn more about React Server Components with React Router in our comprehensive guide.
This template comes with Tailwind CSS already configured for a simple default starting experience. You can use whatever CSS framework you prefer.
Built with ❤️ using React Router.