Memoization in React
In this post we will learn about memoization and how do we use React.memo(), useMemo() and useCallback() to implement the memoization technique in React.
Before we start, l have broken down this post into 4 main questions and those are:
WHAT is memo...
varunkhalate.hashnode.dev8 min read