The desired effect when submitting a form using React router 4 is to append the search query to the end of the URL.
My current setup will send an API request on form submission, and then render the results in the render method.
Without using Links or Redirects, is there a way to add the query onto the URL, maybe from within the form submission method?