Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffKatzy committed Feb 3, 2017
1 parent b458af0 commit 018da59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,4 @@ function mapStateToProps(state){
```

That is saying connect the data in mapStateToProps (the items portion of the state) to the App component. And the App component can access that state with as this.props.items. Don't fret if you still feel hazy on connect and mapStateToProps. It simply is confusing. We won't introduce any new material in the next code along, we'll just try to deepen our understanding of the material covered in this section. First, please take at least a 15 minute break before moving on.
# map-state-to-props-readme

0 comments on commit 018da59

Please sign in to comment.