From 09836f1294d2d221b775e223c54a3c15f3544052 Mon Sep 17 00:00:00 2001 From: ChrisLMartin Date: Tue, 26 Jun 2018 16:04:33 +1000 Subject: [PATCH] improved Redux intro --- .../src/introductions/front-end-libraries/redux/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/learn/src/introductions/front-end-libraries/redux/index.md b/packages/learn/src/introductions/front-end-libraries/redux/index.md index 2a575b5ad3..41beaa02e7 100644 --- a/packages/learn/src/introductions/front-end-libraries/redux/index.md +++ b/packages/learn/src/introductions/front-end-libraries/redux/index.md @@ -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). \ No newline at end of file +Improve this intro on [GitHub](https://github.com/freeCodeCamp/learn/tree/master/src/introductions/front-end-libraries/redux).