Introduction to React Redux Challenges

Updated the stub for this series of challenges.
This commit is contained in:
Wadinga Leonard
2018-07-05 18:19:44 +01:00
committed by Mrugesh Mohapatra
parent 56942928a0
commit aa31f7ba3a

View File

@ -5,6 +5,6 @@ superBlock: Front End Libraries
--- ---
## Introduction to the React and Redux Challenges ## Introduction to the React and Redux Challenges
This introduction is a stub 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.
Help us make it real on [GitHub](https://github.com/freeCodeCamp/learn/tree/master/src/introductions). Improve this intro on [GitHub](https://github.com/freeCodeCamp/learn/tree/master/src/introductions).