Tag: wp-scripts

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