React 16.12 Tutorial 15: Routing (react-router v5)

preview_player
Показать описание
In this video we'll see how we can implement routing with React using react router v5

------------
Don't forget to subscribe and like the video if you enjoyed :)
Рекомендации по теме
Комментарии
Автор

Hello Sir, I was working on a dashbord. So I have the app component which renders a sidebar component which basically has the navlinks and routes. So the problem is I want to display the content render by the route outside the sidebar but i cant as of now. I think i somehow want to pass the rendered component from route from sidebar back to its parent app . Is this possible?

jrgunner
Автор

very clear and well explained - thank you

mf
Автор

it doesn't show the about page for me. Says cannot GET path

tanA
Автор

in my case it helped to write in terminal this : npm install --save react-router-dom

MrProkiter