Skip to content

learn-co-students/map-state-to-props-lab-dc-web-031218

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published