My issue is when trying to redirect the particular url to another url, it by default redirect all the url to the given redirected path. I just want to redirect for a certain path for ex
<Redirect exact from="/" to="/movies"></Redirect>
I just want to redirect http://localhost:3000/ t0 http://localhost:3000/movies, which is working fine but now if i visit http://localhost:3000/xyz it again redirect me to http://localhost:3000/movies
codesandbox https://codesandbox.io/s/frosty-joliot-zbkf9?file=/src/App.js