-
Hi. Is it possible to use Cloudflare worker instead of axum/actix/viz for SSR as of today? Or do I need to create a whole new thing like https://github.com/leptos-rs/leptos/tree/main/integrations/axum or https://github.com/leptos-rs/leptos/tree/main/integrations/actix or https://github.com/leptos-rs/leptos/tree/main/integrations/viz to get it working because Cloudflare worker is another kind of backend? Also apart from that, would there be anything unique to Cloudflare workers that should be implemented in order to get dehydration done in the worker? Actually while debugging under Cloudflare worker setup with Rust, I noticed that Line 1 in 2798dc4 But cf worker (wrangler) obviously has So my questions are:
FYI, I have looked at https://github.com/perry-birch/leptos-cloudflare and https://github.com/seanaye/leptos-deno but couldn't really get them to work with the latest version of |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Well I actually got it working at https://github.com/9oelM/leptos-cf |
Beta Was this translation helpful? Give feedback.
Well I actually got it working at https://github.com/9oelM/leptos-cf