I have a case where I use tabs for different views with these routes : #view/list and #view/table, but I have filters as well which works among different views and their routes are #filter/all, #filter/key, etc.
Since my tabs have these links:
<a href="#view/list">List</a>
<a href="#view/table">Table</a>
and my filters are:
<a href="#filter/all">All</a>
<a href="#filter/key">Key</a>
what is the best way to combine the routes, so when I've opened a view then select a filter my URL should become ..#view/list/filter/key