You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using leptos/axum with Cloudflare workers which depends upon the workers fetch function as the entry point to the application. Therefore I cannot use cargo leptos watch seperately for its benefits of live browser reloads if only making tailwindcss changes for example.
When using wrangler dev it triggers a rebuild everytime I need to change a tailwind style becasue I think it watches for any changes in the project .rs files and therefore results in a very poor DX.
I have tried setting up a seperate http server to try to use for intensive styling changes but I cannot get anything working.
Does anyone have experience of doing somwthing similar when using cloudflare workers and therefore possibly have a workaround or advice on how to best manage this issue?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am using leptos/axum with Cloudflare workers which depends upon the workers fetch function as the entry point to the application. Therefore I cannot use cargo leptos watch seperately for its benefits of live browser reloads if only making tailwindcss changes for example.
When using wrangler dev it triggers a rebuild everytime I need to change a tailwind style becasue I think it watches for any changes in the project .rs files and therefore results in a very poor DX.
I have tried setting up a seperate http server to try to use for intensive styling changes but I cannot get anything working.
Does anyone have experience of doing somwthing similar when using cloudflare workers and therefore possibly have a workaround or advice on how to best manage this issue?
Beta Was this translation helpful? Give feedback.
All reactions