Relative Content

Tag Archive for javascriptreactjsreact-router-dom

Rerouting react app just displays content on same page

So I am making a react web app and the main page has a search bar function. I want the user to enter a search result and when they click on ‘search’ they should be redirected to a new page (component) that displays details about their specific search.

React App Shows White Screen After Adding New Routes

I’m working on a React application and recently added new routes to my App.jsx file. However, after adding these routes, my application only shows a white screen. When I remove the new code, the landing page displays correctly again.