Skip to content

Ravenous Part 2

Latest

Choose a tag to compare

@apesch85 apesch85 released this 28 Dec 18:40
· 5 commits to master since this release

This is the 2nd part of "Ravenous", a ReactJS application that interacts with the Yelp API to return search results for restaurants.

Changes in this version include:

  • Moved the business object into App.js
  • Passing information from the App container down into the child components:
    • Business
    • BusinessList

Passing information in this way is more typical across React apps.