Is `render` function support Vercel Edge Runtime?
Is render function support Vercel Edge Runtime?
What’s the use case for running render on Vercel’s Edge Runtime?
Generate html string from React component from edge runtime. (or cloudflare workers)
@ysm-dev Can you try testing? We didn't use with Edge yet, would love to see the results.
@bukinoshita
render function doesn't work on Edge runtime, so I just used serverless functions.
Maybe I can just renderToString in browser(client-side), and send it to edge function. (If there is no security problem)
Also curious about this. Looking into running on a scheduled Cloudflare Worker, will report back if I can make this work.