Replies: 6 comments 24 replies
-
FYI, some work have been done (https://twitter.com/ebey_jacob/status/1544475779337048066) but no full support yet. |
Beta Was this translation helpful? Give feedback.
-
In case someone is wondering if it works now, I just started to use bun on a small remix project with tailwind, prisma & supabase among other things. Works flawlessly edit: watch mode does not work |
Beta Was this translation helpful? Give feedback.
-
Converting this to a Proposal discussion, as per our Development Process. |
Beta Was this translation helpful? Give feedback.
-
Some one have suggestion for this issue ?! |
Beta Was this translation helpful? Give feedback.
-
Now that Bun is in a stable 1.0 – what thoughts have been made to support running Remix on it? |
Beta Was this translation helpful? Give feedback.
-
Really hope I can someday run Remix on Bun, without needing to have Node installed on the side, and without having to use a custom (entry.)server setup. (I'm currently converting a project away from bun back to node+yarn+vitest to reduce the number of workarounds and engine jumps required, until things get resolved.) @sergiodxa you talk about an issue with ReactDOM and that the dev build scripts are "mostly working". Do you know if the React team have any plans to revolse their bit? And is there any work planned on resolving the Remix dev build scripts? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What version of Remix are you using?
❯ create-remix --version 1.6.5
Steps to Reproduce
Looks like bun does not support the
config
command.Expected Behavior
I expected remix to just work.
Actual Behavior
bun config
does not exist as a command. We'll need to either skip that step or find another way?Skipping this step and running
bun install
manually seems to be the workaroundBeta Was this translation helpful? Give feedback.
All reactions