Redirect React Router Dom v6 in 2021

preview_player
Показать описание
This is how to do a simple redirect with react-router-dom:
Instead of Switch, use Routes
Instead of Redirect use Navigate to
Instead of Component use Element
(other tip use alt + shift + o to remove unused imports from your file)
See video to see live code in action.
Рекомендации по теме
Комментарии
Автор

omg, thanks. have been searching so long for this.

jacobcrows
Автор

How would one do this with a login/ register page say they want to register then I want to redirect them to a home page or an account page?

BRMRG
Автор

How would you use this with a login situation where once someone logs in or registers they are redirected?

BRMRG