#react-optimization
Read more stories on Hashnode
Articles with this tag
Expert-Level Explanation useCallback and useMemo are hooks in React that help optimise performance. useCallback returns a memoized version of a...
Expert-Level Explanation shouldComponentUpdate is a lifecycle method in class components that determines whether a component should re-render in...