@@procodrr bhiya abhi to react router ki website hi change hy us me browser router , routes and route use ho rahy hn un me multiple children pass nahi ho rahy to kch smjh nahi aa rahi do dn sy is video py hi hun kindly tell me
I'll explain it with the contact component that we already have in our countries project. So currently our router configuration is like this. const router = createBrowserRouter([ { path: '/', element: , errorElement: , children: [ { path: '/', element: , }, { path: '/:country', element: , }, { path: '/contact', element: , }, ], }, ]) In which we have put contact component inside children array. In this case header will come in our contact page. But if your put contact component out of children array then header will not come on contact page Something like this. const router = createBrowserRouter([ { path: '/', element: , errorElement: , children: [ { path: '/', element: , }, { path: '/:country', element: , }, ], }, { path: '/contact', element: , }, ]) Same thing you can implement for login and signup page.
@@procodrrWo puchh raha hai ki apne bhi Namaste React ka course padhatha na to use apne naya kya sikha ?? Jese ki debugging ka thoda achha idea hua hoga like that
Agar dhyan se dekho to yaha par re-render ho raha hai, ek baar jab hamara country data empty rahta hai aur dusri baar jab fetch karke data aa jata hai.
developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_objects/Object/values Object.values() ko alag se pahle samjho. Ye MDN ka article padh lo samajh aa jayega.
Is video mein maine 40 minutes ke around Object.keys() aur Object.values() ko use Kiya hai lekin acche se explain nahi Kiya hai. th-cam.com/video/Yf3wXOBu7YM/w-d-xo.html Khud se padh lo to zyada achhe se samajh aayega
th-cam.com/video/3Yah9eBZwM0/w-d-xo.htmlsi=J4g0mALfwE3FDWQB Ye video dekh lo, is mein main achhe se explain Kiya hai ki main parcel kyu use kar raha hoon.
Hii..plz ap sab meri help karey.mujhe kuch samjh nh aaraha h ki main kya karu.reactjs se main project baanaa chaa rh hu ,aisa kaun project baanyi jisey job ke liye call aayeh.aur mere year gap bhi h
Sir, I am continuing the series. Simply magnificent. May God grant you what your heart desires 👑🙏
Really bro I loved your style of teaching ❤❤❤
Thank you so much, keep learning and sharing 😊
ek aur amzing video bhaiya thank you so much ! i understood whole concept about react router dom 🙏🙏🙏🙏🙏🙏
Awesome, keep learning and sharing 😊
21:06
sir my doubt is that aapne index.js file me ek hi path( / ) par do components(app aur home) ko render karawaya hai to ye kisko render karega
App component to hamesha render hoga. Uske andar alag alag components render honge.
Best series on TH-cam for development 😊😊
realy sir, you content is amaizing. I am following you. 2 months ago
Congratulation Bhiayya for 2k Subscribers 💖👍
Thanks 😊
@@procodrr bhiya abhi to react router ki website hi change hy us me browser router , routes and route use ho rahy hn un me multiple children pass nahi ho rahy to kch smjh nahi aa rahi do dn sy is video py hi hun kindly tell me
very good explain sir thank you
thanks anurag bhai.
Hello Anurag Sign ProCodrr, Agar mujhe Signup aur Login page par header nahi dikhana he aur baki sab par dikhana he to kya kare?
I'll explain it with the contact component that we already have in our countries project.
So currently our router configuration is like this.
const router = createBrowserRouter([
{
path: '/',
element: ,
errorElement: ,
children: [
{
path: '/',
element: ,
},
{
path: '/:country',
element: ,
},
{
path: '/contact',
element: ,
},
],
},
])
In which we have put contact component inside children array. In this case header will come in our contact page. But if your put contact component out of children array then header will not come on contact page Something like this.
const router = createBrowserRouter([
{
path: '/',
element: ,
errorElement: ,
children: [
{
path: '/',
element: ,
},
{
path: '/:country',
element: ,
},
],
},
{
path: '/contact',
element: ,
},
])
Same thing you can implement for login and signup page.
Sir plz help me.mere year gap h.reactjs par kya project baanoo jise interview call aaya
Sir apne namaste react se different kya seekha tha?
Question nahi samajh aaya
@@procodrrWo puchh raha hai ki apne bhi Namaste React ka course padhatha na to use apne naya kya sikha ?? Jese ki debugging ka thoda achha idea hua hoga like that
Yadi bina use state ka use kiye , fatch kr k , direct value show krwate to kya hota kyunki yaha to re-render krwa nhi rhe (single page m )
Agar dhyan se dekho to yaha par re-render ho raha hai, ek baar jab hamara country data empty rahta hai aur dusri baar jab fetch karke data aa jata hai.
@@procodrr haaa sahi baat h
Amazing!
bhaiya paar abha tho jadha use use hota ha
Ye naya tareeka hai aur aage yahi use hoga, tum chaho to purana wala bhi use kar sakte ho.
@@procodrr bhaiya konsa vala method new h browserouter vala ya createbrowserrouter vala ..
@Arpit-099 createBrowserRouter new hai. Aur yahi recommend bhi hai.
@@procodrr thank u sir
This method looks cool then earlier version
thanks bro😍😍😍
❤️
Thanks sir ❤
Outlet kya krta hai react router me,?
17:30 is time par maine bataya hai outlet kya hota hai.
Agar isko baad bhi doubt rahta hai to Sunday Live join kar lena, ekdum achhe se samjha denge
link is not working sir can u pls help me
Object.value(data.somthing) smjh nhi aaya sir kese kiya kyu kiya 🥲☹️
developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_objects/Object/values
Object.values() ko alag se pahle samjho. Ye MDN ka article padh lo samajh aa jayega.
@@procodrr aapne videos m kahi bataya h kya iske bare m ? Js ko series m sir
Is video mein maine 40 minutes ke around Object.keys() aur Object.values() ko use Kiya hai lekin acche se explain nahi Kiya hai.
th-cam.com/video/Yf3wXOBu7YM/w-d-xo.html
Khud se padh lo to zyada achhe se samajh aayega
Add an e-commerce project also
Sure, but e-commerce project ko course complete hone ke baad banayenge.
magnificent :cl magnificent magnificent magnificent magnificent magnificent 🤟
ary yaar yaaha bhi parcel use kiye ho ,
th-cam.com/video/3Yah9eBZwM0/w-d-xo.htmlsi=J4g0mALfwE3FDWQB
Ye video dekh lo, is mein main achhe se explain Kiya hai ki main parcel kyu use kar raha hoon.
Hii..plz ap sab meri help karey.mujhe kuch samjh nh aaraha h ki main kya karu.reactjs se main project baanaa chaa rh hu ,aisa kaun project baanyi jisey job ke liye call aayeh.aur mere year gap bhi h
Ap college passout ho?
@@SOUVIK-po9jt sir 2019 main
@@SOUVIK-po9jt 2019 main mca pass ki hu
@@sweetysri6730 tab mujhe Sir nahi kahiye Madam main 2nd year mein hu😂
@@SOUVIK-po9jt koi meri help kar dey plz
hit the subscribed button
not working exact sab kia phir bhi
🎉
Please Sir interview Me as a MERN Stack Developer
plz help sir