Really interested in this functionality for use with a User Worker (for APIs) + an Asset Worker (for single page app) to have a "Full Stack" edge app with HMR support while running wrangler dev locally.
I think if you all can get this working, where a developer could essentially run their single page app via wrangler dev and it supports HMR changes to the SPA and/or APIs in the user worker code that the SPA would call, this unlocks a MASSIVE developer experience win and will make developing full stack Cloudflare worker apps a lot more appealing to developers.
Really interested in this functionality for use with a User Worker (for APIs) + an Asset Worker (for single page app) to have a "Full Stack" edge app with HMR support while running
wrangler dev
locally.I think if you all can get this working, where a developer could essentially run their single page app via
wrangler dev
and it supports HMR changes to the SPA and/or APIs in the user worker code that the SPA would call, this unlocks a MASSIVE developer experience win and will make developing full stack Cloudflare worker apps a lot more appealing to developers.