diff --git a/content/roadmaps/100-frontend/content/111-pick-a-framework/100-react-js/100-redux.md b/content/roadmaps/100-frontend/content/111-pick-a-framework/100-react-js/100-redux.md index 8e47cde66..673e1ed90 100644 --- a/content/roadmaps/100-frontend/content/111-pick-a-framework/100-react-js/100-redux.md +++ b/content/roadmaps/100-frontend/content/111-pick-a-framework/100-react-js/100-redux.md @@ -1 +1,9 @@ -# Redux \ No newline at end of file +# Redux + +Redux 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. On top of that, it provides a great developer experience, such as [live code editing combined with a time traveling debugger](https://github.com/reduxjs/redux-devtools). + +Free Content +Official Website +Official Getting Started to Redux +Official Tutorial to Learn Redux +Fundamentals of Redux Course from Dan Abramov