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).