adds code


Welcome To Code Bengali Channel we will see Nested Routes and Shared Routing in React Router. Check your version This post assumes you're using React Router v6. If not, find your version below. React Router v4 React Router v5 A solid understanding of how, when, and why to create nested routes is foundational to any developer using React Router. However, in order to help us better answer those questions, there are some topics we need to cover first. Namely, you need to be comfortable with two of React Router's most foundational components – Route and Routes. Let's start with Route. Put simply, Route allows you to map your app's location to different React components. For example, say we wanted to render a Dashboard component whenever a user navigated to the /dashboard path. To do so, we'd render a Route that looked like this. The mental model I use for Route is that it always has to render something – either its element prop if the path matches the app's current location or null, if it doesn't. Slow and steady wins the race I realize we're starting off off slow here, but in doing so we'll set the proper foundation that we can build off of later. Pinky promise. ***************** Must Watch Video ****************** ➡️ Miles to kilometers Convert --:https://youtu.be/ofNI178nJ74 ➡️ Celsius to Fahrenheit Convert --:https://youtu.be/Bv0ZYevuS7A ➡️ string Length find --:https://youtu.be/_19bsUrgXe0 ➡️ string include method--:https://youtu.be/vhE2JSVNx-M ➡️ startsWith and endsWith--:https://youtu.be/6d_VnARbIG8 ➡️ Search method--:https://youtu.be/wy9MjFj0Yj8 ➡️ String match Method --:https://youtu.be/yEhQnzc_2sw ➡️ Spread Operator in JavaScript --:https://youtu.be/z7SPNA1cxvU ➡️ Spread Operator in Object--:https://youtu.be/mDU_5aEqalo ***************** React JS Tutorial ****************** ➡️ React JS Environment Setup --:: https://youtu.be/8A92a534MZU ➡️ React Folder Structure And NPM --:: https://youtu.be/Gv4t40FAhfM ➡️ React JSX and React Render --:: https://youtu.be/v-MnPDHkvO4 ➡️ Fragments in React --:: https://youtu.be/zBQfCRx2tss ➡️ Expressions in JSX --:: https://youtu.be/H2Utml_uxg4 ➡️ JSX Attribute in React --:: https://youtu.be/a929qR_YvgM ➡️ CSS in React JS--::https://youtu.be/tqIGMppDMxs ➡️ Google Fonts in React JS--::https://youtu.be/yVfnRdcQGJ4 ➡️ internal And inline Css--::https://youtu.be/SxkPCb2ZnuU ➡️ Components in ReactJs--::https://youtu.be/QM-IPrQTxHU ➡️ Props in ReactJs--::https://youtu.be/XjwoTpaZEuU ➡️ Array of an object in ReactJs-::https://youtu.be/SMssq8cPFFQ ➡️ map Method in ReactJs-::https://youtu.be/VEY1YQN5afM ➡️if else statement in React JS-::https://youtu.be/RGDNiU0HXfU ➡️React Developer Tool-::https://youtu.be/qo34sBw-34c ➡️Create Digital Clock In ReactJs-::https://youtu.be/Mfc9mTs3IDc ➡️Bootstrap use in React-::https://youtu.be/d7Ir_denUl4 ➡️Display data using input field p--1-::https://youtu.be/5UrpcU-o8II ➡️Display Data using input Field part--2-::https://youtu.be/jP4F-nAcAc0 ➡️Live Photo Search On React-::https://youtu.be/WQ8j9kcAzLE ➡️useEffect Hook in React js::https://youtu.be/apzMqnfgNZM ➡️React Router in ReactJs part-1::https://youtu.be/Jk_AnWS0BZ4 ➡️React Router in ReactJs part-2::https://youtu.be/_IkEsJ8K8xY ➡️React Router in ReactJs part-3:https://youtu.be/bywM_vRl4Vo ➡️React Router in ReactJs part-4:https://youtu.be/m7ppxX7et8w ➡️React Router in ReactJs part-5:https://youtu.be/2yx-bMuEoYk ***************** Node JS Tutorial ****************** ➡️ Install Node JS Node.JS Script--::https://youtu.be/QNKQAkSMKcY ➡️REPL in NodeJS--::https://youtu.be/pH8aQWabYxI ➡️REPL in NodeJS Module and method--::https://youtu.be/AkfjMYXQN-s ➡️File System Module in Node.js--::https://youtu.be/3n8iVyip3r8 ➡️Async File System Module in Node.js--::https://youtu.be/YZaKskagXDI ***************** Python Tutorial ****************** ➡️Python install Print Hello world in --::https://youtu.be/6AcKPWCIq_c Please support my channel by SUBSCRIBE to my channel and share my videos in your Social Network.
Previous Post Next Post