• [Demo] React.js Modal Using The Hooks API

    [Demo] React.js Modal Using The Hooks API

    Modals are a classic piece of application functionality, made even easier with libraries like React. You could go with a library, but you can often make your own with less than 100 lines of code. Using the hooks API, you don’t even need a class-based approach. This example is going full functional! Defining The Functionality...

    Read More