Martin Lubowamartinlubowa.hashnode.dev·Oct 25, 2024FeaturedBuilding an Advanced Task Management App with React, Redux Toolkit, Tailwind CSS, and React RouterIn this project, we'll create a Task Management App that will deepen our understanding of React and Redux Toolkit. By the end, you'll be familiar with setting up an app with user authentication, task management, API integration, custom routing with R...Discuss·16 likes·183 readsproject management
Ravi Shankar Pratihastravipratihast.hashnode.dev·Oct 26, 2024Implementing Dynamic Routes in React with react-router-dom: A Practical Guide.Introduction to react-router-dom When building web applications with React, navigating between different pages or views within a single-page application (SPA) is crucial. React Router DOM, an essential library in the React ecosystem, allows developer...DiscussReactRouterDom
Bayo Abayo99.hashnode.dev·Sep 28, 2024Implementing Breadcrumbs in React using React Router v6Breadcrumbs are important in the development of webpages as they provide users with a way to keep track of their current location within our webpage and also aid in the navigation of our webpage. In this guide, we will be implementing breadcrumbs in ...DiscussReact
Princeprince-01-react-router-dom.hashnode.dev·Sep 28, 2024Creating Routes Using React Router DOMTo create a Multi-Page Application, we need to use routes that allow users to navigate between different pages of the website without refreshing the entire application. For this, we will use a popular library called react-router-dom.Now we will divid...DiscussReact
Gauss Codergausscoder.hashnode.dev·Sep 12, 2024React Router for routing in React (Routing Hooks)In a React app, you typically use React Router for routing. To handle routing in a React application, you can use the useNavigate and useParams hooks provided by React Router, as useRouter is not directly available in React Router. Here’s how you can...DiscussReact Web ApplicationReact
Shubhajit Chatterjeeshubhajit-chatterjee.hashnode.dev·Sep 8, 2024Performant Web AppsImagine a world where dynamic web applications are so responsive, they feel as fast as static sites served directly from a user’s local system. That level of speed would create a seamless and delightful user experience. But is that even possible? Dyn...DiscussReact
Praveen Rajpraveenrajprp.hashnode.dev·Aug 23, 2024The Magic of React RouterBack in the day, navigating between pages in a web app was straightforward—you'd use the <a> tag to link to different pages. This worked fine, but every time you clicked a link, the entire page would reload, slowing things down. Then React came along...DiscussReact
Indrajit Sahanisahaniindrajit.hashnode.dev·Jul 20, 2024Beginner's guide to React Routerwhat is React Router React Router is a powerful library that manages navigation and routing in the React app. React Router offer client side rendering. In traditional website when the a person click on a link the browser request HTML,CSS and JavaScri...Discuss·1 like·61 readsNode.js
Rudraksh Tripathihustlecoder.hashnode.dev·Jul 19, 2024Learning React RouterIn this article, we will explore React Router and create a webpage that can navigate to different sections. We will create a components folder with subfolders for about, contact, footer, header, and home. The Footer and Header components will remain ...DiscussLoader in react
Abhishek bhattbhattabhi.hashnode.dev·Jul 15, 2024Navigating the Evolution of React Router: A Developer's JourneyAs a developer returning to React after a five-year hiatus, I was struck by the significant changes in the ecosystem. One area that particularly caught my attention was React Router, a fundamental library for handling navigation in React applications...DiscussReact