cdaz5 / map-state-to-props-lab-web-051517

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provider/MapStateToProps Lab

Objectives

Use the React Redux library to connect the store to the React application.
Utilize the component, and connect functions in the process.

Overview

We will be continuing with our users application. Previously, we could update the store by submitting a form, however without the React Redux library, we could not properly re-render our application components with changes to the store. Here we will use the connect() function to pass updates to the store to the relevant component.

Instructions

Use the mapStateToProps() function from the Redux library to properly update the React application with the Redux data.

About


Languages

Language:JavaScript 79.4%Language:HTML 17.0%Language:CSS 3.5%