Best of jQuery2023

  1. 1
    Article
    Avatar of habrhabr·3y

    React Custom Hook: useScript

    This article explores the useScript custom hook in React, which allows for asynchronous script loading and improves performance and user experience. It provides examples of how the hook can be used in different scenarios.

  2. 2
    Video
    Avatar of fireshipFireship·2y

    the untold history of web development

    A brief overview of the history and evolution of web development, including key inventions and technologies.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    JavaScript Post Request – How to Send an HTTP Post Request in JS

    There are two built-in JavaScript methods for making an HTTP POST request that don't require the installation of a library or the use of a CDN. These methods are the FetchAPI, based on JavaScript promises, and XMLHttpRequest, which you can use to send data to a server.