Best of React HooksFebruary 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    React 19 Will Be Compiled

    React 19 will introduce auto-memoization to fix the main issues with hooks in functional components. The evolution of React from class components to functional components led to the need for memoization. Memoization plays a significant role in improving performance in React applications.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    How to Build a Mobile Swiping Component in React

    Learn how to create a mobile swiping component in React without relying on libraries. The tutorial covers simulating a mobile device in Google Chrome, creating a MobileSwiper component, and disabling scrolling behavior when swiping on mobile.