nkbt / component-router

Redux-based component routing solution
https://nkbt.github.io/component-router
MIT License
93 stars 7 forks source link

Merge together pathname params and query #91

Open nkbt opened 8 years ago

nkbt commented 8 years ago

At the moment pathname params can be extracted from state.currentRoute.params and query as state.query. They have effectively the same meaning so should be merged together