š Feature Request: Add `live-reload` option to `wrangler dev`
See original GitHub issueI really want --live-reload
option for wrangler dev
. I know wrangler pages dev
already have --live-reload
option by PR #220 .
Not only using Pages, I often build HTML pages with Workers. I think there are some developers like me. For example, some frameworks that support Cloudflare Workers will be rendering HTML on the server-side. Remix works on Workers not only Pages (Although the reload function in Remix is implemented originally not using Miniflareās). create-remix
app asks me to deploy to Workers or others.
Despite Remix, the framework I am building also supports HTML rendering.
I believe itāll be a good feature.
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Wrangler commands - Cloudflare Workers docs
The wrangler dev command that establishes a connection between localhost and a Cloudflare server that hosts your Worker in development.
Read more >ā”ļø Live Reload Ā· Miniflare
Fun, full-featured, fully-local simulator for Cloudflare Workers.
Read more >Wrangler: Wrangle Your Cloudflare Workers - Morioh
You have many options to install wrangler! ... You should run wrangler dev from your worker directory, and if your worker makes any...
Read more >Cloudflare Workers | Noise | Page 3
Configure the Worker to send POST requests to the Rocket Chat webhook with ... It also adds a new live-reload feature and first-class...
Read more >Ditch the Wrangler CLI for Miniflare - LogRocket Blog
Even though Cloudflare provides high-quality development resources such as the Wrangler CLI, the Workers Dashboard, and detailedĀ ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @lrapoport-cf !
Cool! I did not know the option. It works well. There is nothing more to say. Now I can get on with development. Thank you!
Unassigning myself since Iām going on leave for a bit, open to whoever else wants a crack at this