Run React Router with Bun.sh.
Use this template with:
bun create github.com/nullndr/bunrrNow simply run:
bun index.ts
This is a try to have something like remix.run but in bun.sh, since no official adapter is still being developed.
The template has server side rendering, loaders
/actions
, client side routing, tailwindcss and HMR via websocket.
In order to have HMR you need to run bun --watch index.ts
.
HMR does not work with the
--hot
option!