Up to this point, server side rendering (SSR) Vue 3 on Cloudflare Workers has not been easy (or very efficient). However, with the addition of various streaming capabilities such as renderToWebStream
and pipeToWebWritable
in Vue.js 3.2, this is changing.
renderToWebStream
is a new API available in @vue/server-renderer