https://github.com/nullndr/bunrr
Bun.sh + React Router
https://github.com/nullndr/bunrr
bun-sh react-router
Last synced: about 2 months ago
JSON representation
Bun.sh + React Router
- Host: GitHub
- URL: https://github.com/nullndr/bunrr
- Owner: nullndr
- Created: 2024-01-13T13:22:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-13T13:49:01.000Z (over 2 years ago)
- Last Synced: 2025-06-19T01:37:43.018Z (12 months ago)
- Topics: bun-sh, react-router
- Language: TypeScript
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BunRR
Run React Router with Bun.sh.
> Use this template with:
>
> ```sh
> bun create github.com/nullndr/bunrr
> ```
>
> Now simply run:
>
> ```sh
> bun index.ts
> ```
This is a try to have something like [remix.run](https://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.
## HMR
In order to have HMR you need to run `bun --watch index.ts`.
> HMR does not work with the `--hot` option!