Original author(s) | Dan Abramov and Andrew Clark |
---|---|
Initial release | June 2, 2015[1] |
Stable release | 5.0.1
/ December 23, 2023[2] |
Repository | |
Written in | TypeScript |
Platform | Cross-platform software |
Type | JavaScript library |
License | MIT License |
Website | redux |
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. Similar to (and inspired by) Facebook's Flux architecture, it was created by Dan Abramov and Andrew Clark. Since mid-2016, the primary maintainers are Mark Erikson and Tim Dorr.