Introducing Enhance WASM — Begin Blog
Backend agnostic server-side rendering (SSR) for Web Components
Web Components are the browser native way to extend HTML. But as a primarily browser based technology they are defined with JavaScript which limits them to either rendering solely client side — which has janky performance, poor SEO, and is not optimally accessible — or within a server-side JavaScript runtime, which isn’t always an option for shops that use other backend runtimes.
Enhance WASM unlocks server-side rendering Web Compon...
Read more at begin.com