Tag: web-components

  • Web Components pt. 2: Server Side Rendering thoughts

    Web Components pt. 2: Server Side Rendering thoughts

    The JavaScript ecosystem is constantly evolving, with new frameworks and best practices emerging all the time. One promising area of development is server-side rendering (SSR), which renders web pages on the server before sending them to the client. This can improve Search Engine Optimization (SEO) and page load times, and it can also make it…