#100DAYSOFCODE Day97
Learn about useMemo
React hooks are amazing. Being able to put all the logic and state management within a function component allows for mind blowing composability.
This power comes with an unfortunate limitation that calculations performed within re...
haorong.hashnode.dev2 min read