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.