How Does Server Side Rendering Work | HackerNoon
Briefly

Server Side Rendering (SSR) provides initial HTML on the server, optimizing performance and SEO. Client Side Rendering (CSR) relies on JavaScript in the browser for page setup.
Web Components offer a way to create reusable elements with encapsulated functionality, promoting interoperable HTML components without external dependencies like frameworks.
Puppeteer, a Node.js library, allows programmatic control of Chrome browsers, facilitating tasks like web scraping, automated testing, and generating web page screenshots/PDFs.
Implementing Server Side Rendering with Web Components and Puppeteer involves creating HTML pages defining custom elements declaratively, enhancing web component functionalities.
Read at Hackernoon
[
]
[
|
]