The hompage / is set to two other routes as well. It would be better to have the other pages redirect (resolve) to /.
A naive redirect would likely introduce a bug in some browsers (safari, firefox) where the back button takes you to the page you're already on.
I'm sure react-router provides a workaround for this.
The hompage
/is set to two other routes as well. It would be better to have the other pages redirect (resolve) to/.A naive redirect would likely introduce a bug in some browsers (safari, firefox) where the back button takes you to the page you're already on.
I'm sure react-router provides a workaround for this.