React Router Tutorial for React Beginners

preview_player
Показать описание
In this quick tutorial I cover all the fundamentals that react beginners need to know to understand how react router works, how to set it up and how to use it in your projects! You'll learn about the Link, Route, and Switch component , dynamic routing, programmatic navigation with history, and how to implement 404 page routing.

00:00 Installing and setting up
00:45 Intro to base code
01:00 How to navigate with the Link component
02:06 Programmatic navigation with history
04:00 Defining Routes
05:10 The Route component's exact prop
06:28 Implementing No Match (404 page route)
07:53 Where to learn more

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

00:02 Installing and setting up
00:45 Intro to base code
01:00 How to navigate with the Link component
02:06 Programmatic navigation with history
04:00 Defining Routes
05:10 The Route component's exact prop
06:28 Implementing No Match (404 page route)
07:53 Where to learn more

mariusespejo
Автор

looks like this is React Router version 5

winterheat