Skip to content

Shows how to integrate React Router into your own bundling and server abstractions

Notifications You must be signed in to change notification settings

dilane3/custom-react-router-framework-example

This branch is up to date with remix-run/custom-react-router-framework-example:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f5a141d · Nov 22, 2024

History

2 Commits
Nov 22, 2024
Nov 22, 2024
Nov 22, 2024
Nov 22, 2024
Nov 22, 2024
Nov 22, 2024
Nov 22, 2024
Nov 22, 2024
Nov 22, 2024
Nov 22, 2024

Repository files navigation

React Router Custom Framework

This completely-not-production-ready "framework" example shows how to integrate React Router with custom bundling and server abstractions instead of using @react-router/dev.

React Router Docs

Running the app

pnpm i
pnpm  start

Goofing around with the app

pnpm i
pnpm dev

Caveats

I whipped this together REALLY quickly, it certainly has errors and could be more thorough, but I hope it helps!

About

Shows how to integrate React Router into your own bundling and server abstractions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.4%
  • TypeScript 0.6%