Description
We've got a section on use with React, but it feels a bit weak to me at the moment. There's several aspects of connect()
that aren't covered in there, like the object shorthand form of mapDispatch
, using factory functions, and more.
The React-Redux API docs are also kept separate, and live over in the React-Redux repo itself, at https://github.com/reactjs/react-redux/blob/master/docs/api.md . Now, I do fully agree that Redux is UI-layer agnostic, but given that React-Redux is the one "official" set of bindings that we maintain, I'd like to add more detail on how to actually use those correctly into our main docs.
In addition, it would be great if we could add some kind of "Use with other UI libraries" section that gives some details on how to use Redux with Angular, Ember, Vue, Backbone, or jQuery.