#optimization
Read more stories on Hashnode
Articles with this tag
There are so many articles or tutorial that teach about React performance optimization using memo() and useMemo(). But in some case, you don't need to...