Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 187 Bytes

File metadata and controls

7 lines (6 loc) · 187 Bytes

This tiny project shows how to use memoization in React apps to avoid unneccessary re-renders and increase performance

Stack used:

  1. React.js
  2. Vite
  3. React.memo
  4. React.useCallback