How to Access the URL Params in React with React Router's useParams Hook

  Рет қаралды 80,469

edutechional

edutechional

Күн бұрын

Пікірлер: 62
@Aaron-sy5yx
@Aaron-sy5yx 2 жыл бұрын
Love how you left the error in and explained in detail how to fix it. Much better than having a "perfect" video where everything just works.
@marinav3940
@marinav3940 Жыл бұрын
Best description! Thank you so much. Most youtube dev pages talk too fast and don’t explain the little important things.
@onlinecitizen8414
@onlinecitizen8414 3 ай бұрын
Thank you so much! I watched so many videos on this and your's the the only one so far that explains the correlation of the useparam object property name with the one set by programmer in the route definition.
@taylorbarron4950
@taylorbarron4950 2 жыл бұрын
This is exactly what I needed to complete my project. Well put in less than 10 minutes. Thank you!
@antipusrises
@antipusrises 2 жыл бұрын
I really appreciate that you used TypeScript in this, as I was dealing with a very similar type issue in my code and this helped me understand things better.
@MBogan
@MBogan Жыл бұрын
Brilliant guide, I was really struggling to wrap my head around this before I found your video, thank you!
@diegoguatemala5287
@diegoguatemala5287 Жыл бұрын
exactly what I needed, just right to the point and very well explained! You can tell how much experience he's gotten! Thanks for this man!
@qingsong4099
@qingsong4099 3 жыл бұрын
Great guide!!! This is what I have been looking for!!! Thank you so much for such a clear and detailed explanation!
@lucianasuciu4798
@lucianasuciu4798 2 жыл бұрын
i love you !! 😂😍 I was searching for 3h for this information. Thanks a lot ! 😘
@munawarhussain4040
@munawarhussain4040 2 жыл бұрын
Thanks a lot man. I had seen a number of videos but all of them were using another technique.
@vasilemidrigan50
@vasilemidrigan50 2 жыл бұрын
A nice observation about another tutorials regarding to id .......
@mohammadhuzaifa5985
@mohammadhuzaifa5985 Жыл бұрын
Great guide last one day I was searching but you solve my problem thanks. I do 777 like and 55 comment complete😂😂😂😂
@aris13pat1
@aris13pat1 2 жыл бұрын
Thank you. The best explanation I've come across. Subscribed! Keep up the good work!
@sanjamsinghkalsi5937
@sanjamsinghkalsi5937 3 жыл бұрын
Thankyou so much!!! Really helped me in my company's project! :)
@buteranelly
@buteranelly 3 жыл бұрын
Thanks man you have no idea how much you've helped me
@Barzx
@Barzx 3 жыл бұрын
it is a shame that this doesn't works with router 6, is a good video
@mertsuhaigac167
@mertsuhaigac167 2 жыл бұрын
you saved my day this is exactly what I needed thanks for the tutorial
@kmax2356
@kmax2356 Жыл бұрын
Really thank you brother, It was help to release my stress... 🥰
@width19
@width19 2 жыл бұрын
goshhh, you explain things so clearly
@jimcarpenter7174
@jimcarpenter7174 3 жыл бұрын
Thank you! This is exactly what I was looking for.
@nagalakshmibutti8067
@nagalakshmibutti8067 Жыл бұрын
useParams() is not working in the Class component. Then how can we get URL parameters when we use class component instead of a function component?
@JOEY-xj4ds
@JOEY-xj4ds 2 жыл бұрын
Update: 'Switch' has been changed to 'Routes'. Just happened like a few days ago lol
@Room3102
@Room3102 3 жыл бұрын
Awesome tutorial. I think you might have helped solve a problem of mine. Instant subscribe.
@tajanamarijaatanaskova2201
@tajanamarijaatanaskova2201 3 жыл бұрын
Thank you so much!!! I really needed this
@ryansatchell2302
@ryansatchell2302 3 жыл бұрын
Any vids on doing this without useParams? I can't convert my react class to a SFC and thus hooks are not allowed.
@sirbalafort2620
@sirbalafort2620 3 жыл бұрын
Great tutorial! I have a question: If I didn't want to pass the destructured { id } into the body where I am rendering, where would I pass it into the component? Say, for the purposes of rendering individual blog posts and for practical reasons not wanting the { id } to show up in the body with the blog texts.
@edutechional
@edutechional 3 жыл бұрын
I'm not sure if I completely understand what you're wanting to do, but you could always create nested components and then pass the ID value as a prop
@sirbalafort2620
@sirbalafort2620 3 жыл бұрын
@@edutechional That answers my question, thank you!
@nituchoudhury1294
@nituchoudhury1294 Жыл бұрын
Thanks a ton! This is really very helpful
@thebrain678
@thebrain678 2 жыл бұрын
Is there a way to initially start use params with the value? What I mean is without clicking on the route so you just start the page off with already a value
@taylorbarron4950
@taylorbarron4950 2 жыл бұрын
useEffect with the param value is probably what you want to do if you haven't figured it out yet
@ionlytakeaction3773
@ionlytakeaction3773 3 жыл бұрын
Great amazing guide, what theme?
@nemss5366
@nemss5366 10 ай бұрын
bro ? can use UseParams on a class component ? above render method ?
@ColabGuy
@ColabGuy 2 жыл бұрын
Nice! I used it to create a referral link.
@ishowvideos11
@ishowvideos11 3 жыл бұрын
Hey, Can you please make a video on passing URL params using react-router-dom V6?
@soaibshaikh8559
@soaibshaikh8559 2 жыл бұрын
hey! i want to get url data using class component how can i get this ?
@shepniel
@shepniel 3 жыл бұрын
Excellent video, thanks for sharing :)
@knwoledgeseeker381
@knwoledgeseeker381 2 жыл бұрын
I've done the same but my username and password are showing in the URL wich i dont like.. any idea how to hide it ??
@ne1butu1
@ne1butu1 2 жыл бұрын
This was fantastic. Thank you!
@vivekn4u
@vivekn4u 3 жыл бұрын
hi, nice tutorial also can you explain how to get from data in a hook like a query string. in PHP we use $_POST[""], but not able to find anything in reactjs except query string for URL params. Thank you in advance
@edutechional
@edutechional 3 жыл бұрын
If you're using React Router, it's very similar to the process I showed. They have a 'useParams' hook that let's you get the query string value, this shows how to use it: reactrouter.com/web/example/url-params
@vivekn4u
@vivekn4u 3 жыл бұрын
@@edutechional thank you for the reply but my use case is that the payment gateway is sending the success/failure response to my reactjs page route and the reply is in Form data, if the data is in url I can get it using query string but don't know how to get this form data (POST method) which is In key-value pair.
@mpb0406
@mpb0406 3 жыл бұрын
Great explanation!
@kunalpatil1250
@kunalpatil1250 3 жыл бұрын
i want to pass user id in url , then what should i do
@binhtruong3373
@binhtruong3373 3 жыл бұрын
Thanks so much, it really helps
@harutinnnn1
@harutinnnn1 3 жыл бұрын
In a function, this is clear, but how to do it in a class?
@salarhashemian3436
@salarhashemian3436 2 жыл бұрын
Thanks man! this really helped
@Djolesabijacica
@Djolesabijacica 2 жыл бұрын
nice explanation
@Human_Evolution-
@Human_Evolution- 3 жыл бұрын
flew over my head at the end : ???? : ?????? meeeeh
@calebbogale8262
@calebbogale8262 Жыл бұрын
very helpful thanks
@coreydevl7021
@coreydevl7021 2 жыл бұрын
thanx for the help!
@abhishekraut2518
@abhishekraut2518 3 жыл бұрын
Thank you man !
@cengiz-ilhan
@cengiz-ilhan 2 жыл бұрын
clear english :)
@expectations2188
@expectations2188 2 жыл бұрын
love you man ..
@shadowrebels1623
@shadowrebels1623 7 ай бұрын
perfect !
@amritraj658
@amritraj658 3 жыл бұрын
Thankuu so much
@selindemircioglu3502
@selindemircioglu3502 2 жыл бұрын
THANKSSSSSSS CNM
@erwinharnaldolauracuisara8360
@erwinharnaldolauracuisara8360 2 жыл бұрын
thanks!!!!
@welingsonsantos9572
@welingsonsantos9572 3 жыл бұрын
Thanks
@andybiersack4906
@andybiersack4906 3 жыл бұрын
#useParams()
@filip23128
@filip23128 2 жыл бұрын
thanx
Live Coding Workshop: Build Website Tooltips using HTML and CSS
1:06:50
Learn React Router v6 In 45 Minutes
46:20
Web Dev Simplified
Рет қаралды 577 М.
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
Сестра обхитрила!
00:17
Victoria Portfolio
Рет қаралды 958 М.
Параметры в ссылках в React Router 6
11:40
Михаил Непомнящий
Рет қаралды 89 М.
Learn React Hooks: useRef - Simply Explained!
12:42
Cosden Solutions
Рет қаралды 119 М.
React Router 6 - Full Course
9:44:43
freeCodeCamp.org
Рет қаралды 257 М.
Learn React Hooks: useReducer - Simply Explained!
13:48
Cosden Solutions
Рет қаралды 73 М.
useParams - React
14:23
h3webdev
Рет қаралды 34 М.
URL Params as State in React (Complete Tutorial)
20:33
Cosden Solutions
Рет қаралды 19 М.
7 Outside The Box Puzzles
12:16
MindYourDecisions
Рет қаралды 79 М.
10 React Hooks Explained // Plus Build your own from Scratch
13:15
Fireship
Рет қаралды 1,4 МЛН