Replies: 1 comment
-
You probably want to break your app into two repos. The first would be your Yew frontend, which would be served as a static webpage (you could use Cloudflare Pages for this). The second would be workers-rs backend. Serving the Yew Wasm payload from workers-rs would probably not be very efficient or convenient. I haven't used Yew in a while so I'm not sure if there are new server-side features like SSR, etc. but I think work would need to be done before that is supported in workers-rs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to use workers-rs with yew framework?
Beta Was this translation helpful? Give feedback.
All reactions