We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You need to install react-router via npm: https://reactrouter.com/start/library/installation
Then in main.tsx use
<BrowserRouter> {//routes...} </BrowserRouter>
https://reactrouter.com/start/library/routing Make sample routes: "/" and "/about" to test if it is working.
React-Router is independent of the backend, these routes work as if you had two files: index.html, about.html. But actually we have only index.html.
The text was updated successfully, but these errors were encountered:
may i work on this ?
Sorry, something went wrong.
No branches or pull requests
You need to install react-router via npm: https://reactrouter.com/start/library/installation
Then in main.tsx use
https://reactrouter.com/start/library/routing
Make sample routes: "/" and "/about" to test if it is working.
React-Router is independent of the backend, these routes work as if you had two files: index.html, about.html. But actually we have only index.html.
The text was updated successfully, but these errors were encountered: