From fd5080196fd3a369078adce27c6e51150a1a3257 Mon Sep 17 00:00:00 2001 From: Stuart Taylor Date: Fri, 6 Jul 2018 12:15:34 +0100 Subject: [PATCH] Formatting and more exact edit link --- .../front-end-libraries/react-and-redux/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/learn/src/introductions/front-end-libraries/react-and-redux/index.md b/packages/learn/src/introductions/front-end-libraries/react-and-redux/index.md index 3e431024b8..104c4257e6 100644 --- a/packages/learn/src/introductions/front-end-libraries/react-and-redux/index.md +++ b/packages/learn/src/introductions/front-end-libraries/react-and-redux/index.md @@ -5,6 +5,8 @@ superBlock: Front End Libraries --- ## Introduction to the React and Redux Challenges -This series of challenges introduces how to use Redux with React. In a React Redux app, you create a single Redux store that manages the state of your entire app. Your React components subscribe to only the pieces of data in the store that are relevant to their role. Then, you dispatch actions directly from React components, which then trigger store updates. +This series of challenges introduces how to use Redux with React. -Improve this intro on [GitHub](https://github.com/freeCodeCamp/learn/tree/master/src/introductions). +In a React Redux app, you create a single Redux store that manages the state of your entire app. Your React components subscribe to only the pieces of data in the store that are relevant to their role. Then, you dispatch actions directly from React components, which then trigger store updates. + +Improve this intro on [GitHub](https://github.com/freeCodeCamp/learn/tree/master/src/introductions/front-end-libraries/react-and-redux/index.md).