...React Redux is maintained by the Redux team, and kept up-to-date with the latest APIs from Redux and React. Designed to work with React's component model. You define how to extract the values your component needs from Redux, and your component receives them as props. Creates wrapper components that manage the store interaction logic for you, so you don't have to write it yourself. Automatically implements complex performance optimizations, so that your own component only re-renders when the data it needs has actually changed. ...