Skip to content

lnxon/sibling-layout-rsc

Repository files navigation

Reproduction app for issue #14777

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.

Welcome to React Router! (Experimental RSC)

⚠️ EXPERIMENTAL: This template demonstrates React Server Components with React Router. This is experimental technology and not recommended for production use.

A modern template for exploring React Server Components (RSC) with React Router, powered by Vite.

Features

  • 🧪 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

Getting Started

Installation

Install the dependencies:

npm install

Development

Start the development server with HMR:

npm run dev

Your application will be available at http://localhost:5173.

Building for Production

Create a production build:

npm run build

Running Production Build

Run the production server:

npm start

Understanding React Server Components

Learn more about React Server Components with React Router in our comprehensive guide.

Styling

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.

About

Test app to reproduce routing issue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors