BSBinayak Shresthainbinayakshree.hashnode.dev·Jul 18, 2024 · 15 min readWeek-7: Advance bit of ReactRouting This week, we will first look at how we can do routing in React. It's pretty simple, and we can do it using react-router-dom. Let's understand it through the code. //App.jsx import {BrowserRouter, Route, Routes} from "react-router-dom"; impor...00
BSBinayak Shresthainbinayakshree.hashnode.dev·Jul 14, 2024 · 8 min readIn-Depth Week-6 React GuideHello everyone, welcome to week 6 of learning full-stack web development. This week, I am going to learn some advanced parts of React and more. Join me on this journey and enjoy coding! Why we can't return two children in a React Component? In React,...00
BSBinayak Shresthainbinayakshree.hashnode.dev·Jul 10, 2024 · 3 min readWeek-5 ReactHey everyone, I'm Binayak Shrestha, and I'm currently on a journey to learn full-stack web development through the 100xxdevs cohort. I've reached Week 5 and recently discovered Hashnode, where I've decided to share my weekly progress to stay consiste...00