tsaiDavid / simple-redux-boilerplate

A simple, yet comprehensive React + Redux application, complete with DevTools.
428 stars 224 forks source link

React router redux #6

Closed yilenpan closed 8 years ago

yilenpan commented 8 years ago

Added Foo, Bar components Added client side routing using react-router Added boilerplate code for react-router-redux, to be connected when syncHistory has been fixed Actions are now available in Foo and Bar

tsaiDavid commented 8 years ago

Thanks for your help!