Redux

E131759

Redux is a predictable state management library for JavaScript applications, commonly used with React to centralize and control application state through a unidirectional data flow.

All labels observed (4)

Label Occurrences
Redux canonical 18
Redux pattern 2
Redux DevTools (indirectly via Redux) 1

How this entity was disambiguated

Statements (48)

Predicate Object
instanceOf JavaScript library ⓘ
state management library ⓘ
canBeUsedWith Angular ⓘ
Vanilla JavaScript ⓘ
Vue.js ⓘ
category front-end development tool ⓘ
state container ⓘ
commonlyUsedWith React ⓘ
coreConcept action ⓘ
dispatch ⓘ
middleware ⓘ
reducer ⓘ
selector ⓘ
store ⓘ
subscribe ⓘ
creator Andrew Clark ⓘ
Dan Abramov ⓘ
designedFor JavaScript applications ⓘ
documentation https://redux.js.org ⓘ
ecosystemComponent React-Redux ⓘ
Redux Saga ⓘ
Redux Thunk ⓘ
Redux Toolkit ⓘ
Reselect ⓘ
goal centralized application state ⓘ
easier debugging ⓘ
improved testability ⓘ
predictable state updates ⓘ
hasFeature devtools integration ⓘ
middleware support ⓘ
predictable state container ⓘ
pure reducer functions ⓘ
serializable state ⓘ
single store ⓘ
time travel debugging ⓘ
unidirectional data flow ⓘ
implementsPattern observer pattern ⓘ
pub-sub pattern ⓘ
initialReleaseYear 2015 ⓘ
inspiredBy Elm architecture ⓘ
linked to: Elm

Flux architecture ⓘ
license MIT License ⓘ
maintainedBy Redux core team ⓘ
linked to: Redux
programmingLanguage JavaScript ⓘ
repository https://github.com/reduxjs/redux ⓘ
supports hot module replacement ⓘ
server-side rendering ⓘ
tagline A Predictable State Container for JS Apps ⓘ

How these facts were elicited

Referenced by (22)

Full triples — surface form annotated when it differs from this entity's canonical label.

Elm → influenced → Redux ⓘ
React → usedWith → Redux ⓘ
Vuex → influencedBy → Redux ⓘ
Redux → maintainedBy → Redux core team ⓘ
linked to: Redux
NgRx → inspiredBy → Redux ⓘ
NgRx → implementsConcept → Redux pattern ⓘ
linked to: Redux
MVU → influenced → Redux ⓘ
Dan Abramov → coCreated → Redux ⓘ
Dan Abramov → developed → Redux ⓘ
Dan Abramov → notableWork → Redux ⓘ
React-Redux → ecosystem → Redux ⓘ
React-Redux → integratesWith → Redux DevTools (indirectly via Redux) ⓘ
linked to: Redux
Redux Thunk → supports → Redux ⓘ
Redux Saga → usedWith → Redux ⓘ
Reselect → usedWith → Redux ⓘ
Expo → integratesWith → Redux ⓘ
Store (NgRx) → basedOn → Redux pattern ⓘ
subject linked to: Store
linked to: Redux