Tag: Gutenberg

  • 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…

  • Web Components in WordPress: A Modernizing Solution with a Lot of Potential

    Web Components in WordPress: A Modernizing Solution with a Lot of Potential

    Web Components are a relatively new technology, but they have the potential to revolutionize the way we develop client-side web applications. Web Components are self-contained, reusable pieces of HTML, CSS, and JavaScript that can be used to create custom UI elements and functionality. While Web Components are still not as popular as they should be…