Replies: 6 comments
-
What’s the use case for running render on Vercel’s Edge Runtime? |
Beta Was this translation helpful? Give feedback.
-
Generate html string from React component from edge runtime. (or cloudflare workers) |
Beta Was this translation helpful? Give feedback.
-
@ysm-dev Can you try testing? We didn't use with Edge yet, would love to see the results. |
Beta Was this translation helpful? Give feedback.
-
@bukinoshita Maybe I can just renderToString in browser(client-side), and send it to edge function. |
Beta Was this translation helpful? Give feedback.
-
Also curious about this. Looking into running on a scheduled Cloudflare Worker, will report back if I can make this work. |
Beta Was this translation helpful? Give feedback.
-
I am trying to use this with cloudflare pages functions and my worker fails to deploy with |
Beta Was this translation helpful? Give feedback.
-
Is
render
function support Vercel Edge Runtime?Beta Was this translation helpful? Give feedback.
All reactions