JavaScript

  • Creating a Custom Range Slider with HTML, CSS, and JavaScript

    Range sliders are a handy UI component for selecting a value within a specified range. While the default styling of range sliders provided by browsers might suffice for basic usage, customizing them can add a unique touch to your web application.

    #
  • Enhancing WordPress Settings Pages: Leveraging React with @wordpress/scripts

    When it comes to building a dynamic admin page, harnessing the power of a framework is a smart choice. In the WordPress ecosystem, React is the preferred choice. In this article, I’ll show you how to seamlessly integrate React with the @wordpress/scripts package, unlocking the potential for creating dynamic and responsive admin pages.

    "dependencies": {
        "@wordpress/scripts": "*"
    }
    #