I have an app that takes a search string and returns results in one route : hosts.abc.com:3000. The url doesn't change.
I want the search to be reflected in the url so I can share the link and users don't have to make all selection in the form fields.
eg: hosts.abc.com:3000/?type=all&query=coins
Is it possible to do this using react-router ?