Answer the question
In order to leave comments, you need to log in
How to make page opening default?
How can I make it so that when I start the application, by default, a page is launched, let's say with path='/main'?
Answer the question
In order to leave comments, you need to log in
If you want to redirect from the main page to /main and if you are using react-router, you can use a component from the react-router module. <Redirect from='/' to='/main' />
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question