DEV Community

Discussion on: You don't know useEffect

Collapse
 
haosik profile image
Nikolay Mochanov

Cool article. Thanks.
By the way, the 'useCallback+useMemo' sandbox example is a bit wrong. It includes console.log for mounted List while not having fakeList declaration wrapped into useMemo.