Redux (software)

Redux
Original authorsDan Abramov, Andrew Clark
Initial releaseJune 2, 2015 (2015-06-02)
Stable release
5.0.1 / December 23, 2023 (2023-12-23)
Written inTypeScript
PlatformCross-platform software
TypeJavaScript library
LicenseMIT License
Websiteredux.js.org
Repository

Redux is an open-source JavaScript library for managing and centralizing application state. It is most commonly used with libraries such as React or Angular for building user interfaces. It is similar to (and inspired by) Facebook's Flux architecture; the Elm Architecture is also cited as an inspiration. It was created by Dan Abramov and Andrew Clark; since mid-2016, the primary maintainers are Mark Erikson and Tim Dorr.