Files
developer-roadmap/content/roadmaps/100-frontend/content/111-pick-a-framework/100-react-js/100-redux.md
Md. Jamal Uddin 09f92bf601 Redux resources (#956)
* add react.js resources

* add css resources

* add graphql resources

* add redux resources
2021-12-26 14:05:52 +04:00

1.0 KiB

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.

Free Content Official Website Official Getting Started to Redux Official Tutorial to Learn Redux Fundamentals of Redux Course from Dan Abramov