-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TODO: vite-node-miniflare #127
Comments
Hey, just found your repo and wanted to say that I think you're doing really awesome work. It's been a long struggle to find something with great DX to develop full stack React apps on Cloudflare with Vite, and it looks like you're working on literally every problem with that right now. Maybe this isn't something you're interested in, but to me it looks like you've got all the ingredients for a mini framework to do React on Cloudflare workers, something that now abandoned https://github.com/flareact/flareact was aspiring to. I'll be playing with your fuller react-router / HatTip example with that in mind. Either way, please keep up the great work and I'll be watching closely! Would love to contribute as well if you get to a point where that makes sense to you. |
@alexturpin Thanks for the interest! This package The good new is that, in Vite 6, they are planning to include a new feature to allow non-NodeJs runtime integration easier and indeed collaborating with Cloudflare team on this aspect, so you might want to follow the development there. Please check out a following discussion and if you have any feedback, please feel free to comment! Let me close this issue for now as it's a bit obsolete and it served its purpose. |
Right, |
Remaining issues from
vite-node-miniflare
package (runvite-node/client
onworkerd
) #123vitePluginPreBundle
#128)vite-node/client
debug #129)DEBUG=vite-node:client:execute
etc...wrangler dev
(useunstable_dev
api instead ofMiniflare
?)DevServerHooks
vite-node-workerd
?@hiogawa/vite-node-miniflare
'sdevDependencies
are becoming too messyminiflare.dispatchFetch
?Miniflare.dispatchFetch
handle redirect Response from worker script? cloudflare/workers-sdk#5018The text was updated successfully, but these errors were encountered: