Formatting and more exact edit link

This commit is contained in:
Stuart Taylor
2018-07-06 12:15:34 +01:00
committed by Mrugesh Mohapatra
parent aa31f7ba3a
commit fd5080196f

View File

@ -5,6 +5,8 @@ superBlock: Front End Libraries
--- ---
## Introduction to the React and Redux Challenges ## 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).