Search code examples
javascriptreactjsreact-router-dom

data not display with Link in React Js with React-router 6


I'm implementing a navigation in React Js with React Router version 6, when I use the composent it doesn't work, I get a blank page. THANKS

My Header Component:

enter image description here

My App component:

enter image description here


Solution

  • This is beacuse you are using components that is not inmported like

    And also you have to put BrowserRouter component at the very top level