chris-sev / better-dev-comments

Comments repo for better.dev
https://better.dev
2 stars 0 forks source link

route-parameters-with-react-router #24

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Route Parameters with React Router - Better Dev

With React Router, we can pull variables out of the URL so that we can use them to create dynamic applications.

https://www.better.dev/route-parameters-with-react-router

KamilKaszubski commented 2 years ago

Chris, thank you very much for this course. It was extremely helpful and your explanations were very concise and clear so that many React conceps just "clicked" as I was coding along with you. Cannot wait to start your 10 React App course. Once again thanks a lot, you're a great teacher! Kamil.

chris-sev commented 2 years ago

Appreciate that! Excited for you to try out the 10 React Apps course. Let me know how it goes!

theredwillow commented 2 years ago

Is it possible to do this from the Routes component?

<Route path=":propIdUse" element={<SomeComponentThatNeedsProps someProp={propToUse} />} />
theredwillow commented 2 years ago

*of course there's no way to edit or delete a comment...

<Route path=":propToUse" element={<SomeComponentThatNeedsProps someProp={propToUse} />} />
pioneer4096 commented 2 years ago

As I came from worlds of vue and angular it was difficult to me to understand some of React concepts. But because of your clean, simple and straightforward course I've made a fast big step up in the right direction. Thank you so much, Chris, it was exciting!!!

jyotirmoydeb1703 commented 2 years ago

After searching so many contents on YouTube and blogs finally this is the place where i have understood react in simple and fast way...thanks a lot for creating this video