From 018da59ef196600161fad60d8e293d6b4f785ed8 Mon Sep 17 00:00:00 2001 From: Jeff Katz Date: Fri, 3 Feb 2017 15:52:55 -0500 Subject: [PATCH] first commit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index edef94b..9dd1190 100644 --- a/README.md +++ b/README.md @@ -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