Add Bun pt. 2
#7413
Replies: 2 comments 6 replies
|
Hi, has there been any progress on this? |
6 replies
|
This discussion is being closed as part of the Remix v3 repository cleanup. Remix v1/v2 was upstreamed into React Router v7, so if this proposal is still relevant, please reopen or continue the discussion in the React Router repository. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
👋
This discussion suggested adding Bun to the soon-to-be-removed
create-remixCLI flow. This is a slightly more detailed proposal to support Bun.I created this PR to run Remix on Bun. It was pointed out there that in its current state, it does actually spin up a node process alongside the bun processes. I investigated it and found that it is through
node <mylocation>/node_modules/.bin/remix dev. After experimenting with differentremix.config.jsconfigurations I find that it seems necessary to create a dedicatedremix-run/bunpackage, similar to the Deno one (maybe that was obvious all along 🤷 ?).As per the contribution docs, I decided to start a discussion before spending more time on coding it. I would love to work on it and/or help out if this is accepted depending on my availability.
Thanks!
All reactions