Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 490 Bytes

File metadata and controls

23 lines (15 loc) · 490 Bytes

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!