From 09f92bf6012eee768c1f1aea0da0f8fb4025236b Mon Sep 17 00:00:00 2001
From: "Md. Jamal Uddin" <20262255+jaamaal95@users.noreply.github.com>
Date: Sun, 26 Dec 2021 16:05:52 +0600
Subject: [PATCH] Redux resources (#956)
* add react.js resources
* add css resources
* add graphql resources
* add redux resources
---
.../111-pick-a-framework/100-react-js/100-redux.md | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
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