📜  什么是 redux - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:16.888000             🧑  作者: Mango

代码示例1
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 Facebook's Flux architecture, it was created by Dan Abramov and Andrew Clark.