React-Redux

E554880

React-Redux is the official React binding library for Redux, providing tools to efficiently connect React components to a centralized state store.

All labels observed (3)

Label Occurrences
React-Redux canonical 2
React Redux 1
react-redux 1

How this entity was disambiguated

Statements (47)

Predicate Object
instanceOf JavaScript library
Redux binding for React
open-source software
abstractionLevel UI bindings over Redux store
category frontend development library
state management binding
compatibleWith React
Redux
coreConcept centralized state management via Redux store
performance-optimized re-rendering
subscription to store updates
designGoal decouple UI components from store implementation details
simple API for connecting components to Redux
documentationUrl https://react-redux.js.org
ecosystem React
Redux
exposes batching of React updates for store changes
implements bindings between React and Redux
integratesWith Redux DevTools (indirectly via Redux)
linked to: Redux
license MIT License
maintainer Redux core team
name React-Redux
optimizedFor avoiding unnecessary React re-renders
performance
pattern unidirectional data flow
primaryLanguage JavaScript
provides <Provider> component
connect higher-order component
useDispatch hook
useSelector hook
useStore hook
purpose connect React components to a Redux store
provide efficient state subscriptions for React components
relatedTo Flux architecture
React Context API
Redux Toolkit
replaces manual subscription to Redux store in React components
repositoryPlatform GitHub
sourceCodeRepository https://github.com/reduxjs/react-redux
status official React binding for Redux
supports React hooks API
linked to: React

TypeScript type definitions (via @types or bundled types)
class components
function components
typicalUseCase applications requiring predictable state management
large-scale React applications with shared state
uses context API internally

How these facts were elicited

Referenced by (4)

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

Redux ecosystemComponent React-Redux
React-Redux name React-Redux
Redux Thunk commonlyUsedWith React Redux
linked to: React-Redux
Reselect integratesWith react-redux
linked to: React-Redux