matthewmueller / 28kb-react-redux-routing

React + Redux + Routing Stack for just 28kb
245 stars 17 forks source link

Reducer tree / navigation #2

Open davepies opened 8 years ago

davepies commented 8 years ago

First of all - thanks for the great work! I love the small footprint.

I played around with the code and tried adding a reducer tree, however once it has been added the navigation does not work any longer. Adding '@@redux-routes/navigate' fixes the issue but that caused my other being called.

Eg.: '@@redux-routes/navigate': (state, action) => action, boot: (state, action) => action, blog: { name: { change: (state, action) => action.name } }

My guess is that I am just missing something so would be happy about any advice :)

akoenig commented 8 years ago

I think it is related to: https://github.com/matthewmueller/socrates/issues/10