improved Redux intro

pull/18188/head
ChrisLMartin 2018-06-26 16:04:33 +10:00 committed by Mrugesh Mohapatra
parent 55786a85fb
commit 09836f1294
1 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,6 @@ superBlock: Front End Libraries
---
## Introduction to the Redux Challenges
This introduction is a stub
[Redux](https://redux.js.org/) is a predictable state container for JavaScript apps. It helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test. While you can use Redux with any view library, it's introduced here before being combined with React.
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/front-end-libraries/redux).