In my app, I do some requests in a page and I get a URL like http://localhost:3000/me?code=xxx&scope=xxx, how can I clean the params and make it http://localhost:3000/me maybe using react-router ?
http://localhost:3000/me?code=xxx&scope=xxx
http://localhost:3000/me