acdlite / redux-router

Redux bindings for React Router – keep your router state inside your Redux store
MIT License
2.3k stars 216 forks source link

Need more documents #210

Closed lyon-liao closed 8 years ago

lyon-liao commented 8 years ago

As a popular component,It's needs more documents to become more outstanding.

Scarysize commented 8 years ago

Yep, also lacking more examples and mainly contributions :disappointed: If you got the time and knowledge, feel free to write something up. Even if it is just a chapter on an issue you had problems with. We will try to incorporate it into the docs.

lyon-liao commented 8 years ago

Oh, I'm a beginner of redux-router. I faced lots of questions, But I can't resolve it. As,I can't get dispatch from this.props. @Scarysize

lynndylanhurley commented 8 years ago

Here is a complete working example: https://github.com/lynndylanhurley/redux-auth-demo

A live demo is running here.

The demo uses redux-router along with my own library, redux-auth.