Use functional components and hooks whenever possiblePublished onDec 18, 2022 • reactUsing functional components and hooks can make your code easier to read and understand, and can improve performance by avoiding unnecessary re-renders of class-based components.#react#react-best-practices#react-functional-component