Tag: JavaScript

  • How to Set Up a Robust Build System with WordPress/Scripts

    How to Set Up a Robust Build System with WordPress/Scripts

    What is the wordpress/scripts package? The wordpress/scripts package is an npm package that provides a robust build system for WordPress applications. It uses webpack.js to compile ES6, React, SCSS, uglify, minify, and can be extended to use other webpack plugins. The wordpress/scripts package is not limited to WordPress applications. It can be used to build…

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