810
I have a button, when the user presses it I want to move the user to another route. how can I do so?
You can try something like this
<Redirect to='/route' />