DEV Community

Discussion on: Everything you need to know about React Hooks

Collapse
 
avivrosental profile image
Aviv Rosental • Edited

Thanks for the article, very well written!

Just a small note - in the useMemo example, I think you meant to pass transformedData to the Table component and not the original data.