Higher-order component that connects a component to store state and dispatch.
Maps store state to the wrapped component's props.
Maps dispatch (or action creators) to the wrapped component's props.
A connected component that receives store-derived props.
Higher-order component that connects a component to store state and dispatch.