#optimization
Read more stories on Hashnode
Articles with this tag
In this post we will learn about memoization and how do we use React.memo(), useMemo() and useCallback() to implement the memoization technique in...