useMemo inside Context API - React
One of the most common places a `useMemo` is seen (in the wild) is for memoizing React context value. Let's look into what are the advantages of doing this and how we can prevent unnecessary renders using this pattern. --- Context provides a way t