I\'m using react-router-dom v5.2.
Upon login, I want my page to redirect to /home from /. The login form is at /.
/home
/
When
to be honest, what i do is use plain old javascript to change the location when the user is logged in
window.location = "/redirect"