ReactJS - spooky update on object....
TLDR: use useMemo when you need referential equality on object, array. If you dont do this, useEffect is not going to do anything for you (might run more often than it needs to).
Say you have the following form component:
import { useEffect, useStat...
caffeinatedcode.hashnode.dev2 min read