Preact with Bun #4874
jennydaman
started this conversation in
Show and tell
Preact with Bun
#4874
Replies: 0 comments
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.
-
I would like to share my experience using Preact with Bun. In summary:
bun build
can replacevite build
bun run
can replacevite
, but HMR does not work.bun test
can replacevitest
, but it does not work when dependencies use React.In general, setup is easy and pure Preact components "just work."
For more information:
Beta Was this translation helpful? Give feedback.
All reactions