newlinedotco / yelp-clone

Yelp clone for blog post at fullstackreact.com
https://www.fullstackreact.com/articles/react-tutorial-cloning-yelp/
37 stars 15 forks source link

Typos in Blog Post #6

Open loanwords opened 8 years ago

loanwords commented 8 years ago

Submitted By: Richtong Comment Link: https://www.fullstackreact.com/articles/react-tutorial-cloning-yelp/#comment-2849960804

Issues: OK here the remaining typos I found:

  1. There is a missing section when you first create a listing, it doesn't tell you how to link the Sidebar to the Listing, you need to add that to Listing.js
  2. The Item.js when first presented uses the styles.title but this isn't actually defined
  3. In the Item.js if refers to onClickBind but this isn't yet create, it should {this.props.onClick} and then get change later
  4. Item.js source is wrong, it styles place.name as a title and this is wrong in the source code too. Remove the h1 around {place.name}