This website uses cookies
We use cookies to continuously improve your experience on our site. More info.
Framework-agnostic tool for managing both data-state and UI-state in JavaScript applications. Provides an easy way to centralize the state of your application. Best suited for Single Page Applications (SPAs) where managing state over time can be complex.
First released | 2015 |
Developed by | Dan Abramov, Andrew Clark |
Open-source | Yes |
Used by | Mattermark Mozilla Payments, Here |
Redux offers a solution of storing all the application state in one place, called a "store".