Trouble Navigating to Another Page in React Using a Button
I'm working on a React project and I'm having trouble implementing a button that navigates to another page when clicked. Additionally, I'd like to know how I can view the target page without having to press a button each time.
Here's my current code for the button in React:
And my React Router configuration:
0 Replies