Turbocharge Your React App: useMemo Hook for Lightning-Fast Performance π
In order to make react app fast, let's first understand this amazing phenomenon...
Memoization
It is an optimization technique, in which any function is invoked with some set of arguments, its result is cached and when it is invoked again with the sa...
amandevblog.hashnode.dev4 min read