React Router tutorial for beginners | React Router v4

preview_player
Показать описание
In this quick video, we'll learn how to add routing to a React project using React Router.

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

Makes you wanna listen til the end with a voice that's not sleepy as other tuts. Thank you

wobsoriano
Автор

Thank you for making this tutorial. Very well done! Regarding the situations at 11:28 and 17:38 -- In newer versions of React, multiple components are not required to be wrapped in a DOM element such as a <div> or in a component. You can now wrap them in instead, so that you don't end up creating a new node in the DOM if you don't want to.

mstalcup
Автор

I think someone waited for you outside your flat very long time man, I heard the bell ring during the video ))xD

normurodmamasoliyev
Автор

Router, Redux, JSX sheesh it's like collecting the Infinity Stones.

jjsmithlago
Автор

you should really consider a career in teaching! your videos are awesome! thanks!

munyafiction
Автор

Excellent! That was the best and most easily understood React tutorial I have watched so far. I'm an Angular developer who is having to make the switch, and so far I am liking React quite a bit - especially now that I have the basics for creating an SPA. Thank you!

cseale
Автор

Can you please make more videos on react routers? I really liked your explanation and the video. It was awesome. Would recommend this video to anyone who's beginning to learn ReactJS

Somsubhra_Das
Автор

This is how I learned angular and now I feel pretty good about React after watching this. Learning routes should be the first thing any beginner should learn; aside from the fundamentals of jsx or typescript. Most tutorials only show you a one page application and that's not how you should start out!

AlienAndrew
Автор

Wow that was surprisingly good. I had to skip through a lot of the basic stuff because anyone who has created any React apps before will already know it, but you explained everything very clearly.

justsomeguy
Автор

Best react router explanation ive watched yet

eyalshnitzerful
Автор

hmm, every day I listen to many tutorial videos. you are one of the best React tutors from what I found.

nahombiniam
Автор

Man... best React Router video here! Clear and complete!

fabiorusso
Автор

Hamza, should win the best react teacher on YouTube. Teaching is your blood. Lessons are clear and crisp. How do I connect to backend database like oracle? Kindly reply. Love from Nigeria

simonkalu
Автор

Love the tutorial! Nicely explained.
I've read on another website about <BrowserRouter> limitation to accept just one child element and the solution suggested was to add this to the "index.js" where the <App /> is rendered, like this:

import { BrowserRouter } from 'react-router-dom';

ReactDOM.render((
<BrowserRouter>
<App />
</BrowserRouter>
),

It works perfectly fine and no more errors regarding multiple child elements.

mohalhakeem
Автор

If it weren't for you, I would still be scrambling watching online videos and courses trying to put together everything. Thank You!

giannizamora
Автор

Well done! Straight to the point, no BS, well explained.

Solitonyc
Автор

I viewed some videos about routing and I think this one is the best, concise and informative.Thank you, Hamza.

chengxiaoxia
Автор

Your pronunciation is perfect!!! I have low skills on English, but I understand all of that! Thanks for useful information!

rubtsoff_on
Автор

Do more react courses. React and firebase tuts would be good.👍

adante
Автор

Very good basic tutorial. Clear step-by-step instructions. Thank you!

eserbest