React Router Tutorial | How to use React Router (react-router-dom)

preview_player
Показать описание
Hey everyone!

In this video, we cover what is React Router and more specifically react-router-dom. React router is a way to map URL patterns to React component to aid navigation around your website.

This is a code tutorial of how to use React Router and integrating react-router-dom into our project.

### 🎞Playlists 🎞###

### 📚Recommended Books 📚###

### 👨🏻‍💻 Social Media 👨🏻‍💻###

### 💻My Gear 💻###

Рекомендации по теме
Комментарии
Автор

for those going through these tutorials in 2022, react-route-dom has changes the Switch feature to Routes - a simple fix will mitigate any errors caused by the foreign use of Switch

mmount
Автор

Hayden how can I bring the footer to the bottom of the page permanently. I know its a rookie question but please if you respond with some CSS for it in the comment because i copied your CSS from github.

VenomTheChosenOne