When you say Redux
you say state management
.
Redux works standalone and there are some concepts to understand to use it properly:
store
reducers
actions
(type and payload)
Provider
connect
high order componentmapStateToProps
to access the store managed by ReduxmapDispatchToProps