* add react.js resources * add css resources * add graphql resources * add redux resources
1.0 KiB
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