From f6e5b1185b3f0da13ee5cf9de8d27d0741340ed9 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Wed, 30 May 2018 21:28:49 -0400 Subject: [PATCH] Update CommentsRedux2.md --- CommentsRedux2.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CommentsRedux2.md b/CommentsRedux2.md index eb3d23b..4f2dc92 100755 --- a/CommentsRedux2.md +++ b/CommentsRedux2.md @@ -8,6 +8,12 @@ The last section works, but there are some optimizations we can make 1. Map Redux State To The CommentsList Component 1. Map a Dispatch ADD Action to a CommentsForm Component property +## Set Up + +1. Copy the [comments_build_example](comments_build_example) directory from this repo. It's what we built [here](Comments.md) +1. Copy the `store.js` file we created for [this build](Redux.md) +1. Install redux with `npm install redux --save-dev` + ## Install `react-redux` ```