Introduction to WebComponents with ShadowDOM(dev.to)
dev.to
Introduction to WebComponents with ShadowDOM
https://dev.to/time2hack/introduction-to-webcomponents-with-shadowdom-6fo
2 comments
How do you server side render web components?
You can't without client side JavaScript if you're using the Shadow DOM. If you're not using Shadow DOM, just Light DOM, then you can do so: https://lamplightdev.com/blog/2019/07/20/how-to-server-side-...