bun-remix icon indicating copy to clipboard operation
bun-remix copied to clipboard

Bun + Remix + HMR

Results 4 bun-remix issues
Sort by recently updated
recently updated
newest added

I can run the dev server fine, broadcastDevReady is working perfectly, but opening the localhost link only leads me to the default Bun "missing handler" page. Tried creating other routes...

i ran into weird bug when trying out this repo. just putting this out here if someone happens to test out bun in their remix app and their forms start...

Actually I wanted to make PR, but repo is readonly, so just will drop code right here. I added Cache-Control headers to the example, same as in [remix's express template](https://github.com/remix-run/remix/blob/dev/templates/express/server.js#L23C5-L23C5)...

Hi! I tried using your template, but there issue related to import cache revalidation [docs](https://remix.run/docs/en/main/other-api/dev-v2#keep-app-server-running-across-rebuilds). Everything works fine if you change `remix dev --no-restart -c "bun run --hot server.js"` to...