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.
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 :)