DEV Community

Discussion on: React Hooks for Data Part 1 - Fetching Data

Collapse
 
accrepo1 profile image
acc-repo1

Nice Article...

useful info, remarkable clarity, one small typo (closing paren):

    books.map(book => <div key={book.id}>{book.title}</div>);
Collapse
 
bdbch profile image
bdbch

Thank you very much! Fixed!