React basics: Looping a list
In today's article for React basics, we'll enhance our first ever React components with a list.
Yesterday we made some static book components like so:
<Book title='Laravel collections' />
<Book title='Ruby for beginners' />
<Book title='CSS is awesom...
h.daily-dev-tips.com2 min read