In my routes I have
<Route>
<Redirect from="/" to="/view/something"/>
...
</Route>
But if I hit the root url with rooturl/?query=somequery
I lose the query paremeter after the redirect. How can I preserve all query parameters after redirect?