46. Introduction to React Router. Install React-Router-Dom and add routing with Browser Router.

preview_player
Показать описание
Hi Friends
In this video, we will see the introduction to react-router-dom. and also let's see how to implement the basic routing implementation in the ReactJs Application.

The code is deployed in my Github account.

If you like my video, please subscribe to my channel.

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

Hi Leela,

Thanks for the session.

A quick note to the watchers (who are using the recent version 18.1.0) below code might work

<Routes>
<Route path="/" element={<Home />} />
<Route path="/about" element={<About />} />
</Routes>

Thanks

amarnath