George Onyangosnowsnippets.hashnode.dev·Mar 10, 2024React Dynamic RoutingHello, So today we are going to handle routing in react. There are several ways that this can be achieved but today I will show you a clean way that I handle my routing. Having routes in you App file can get messy really fast especially if the projec...4 likes·29 readsReact
Darshana Mallicktechtalksonthego.hashnode.dev·Jul 7, 2023React Router A Comprehensive GuideReact Router is a powerful library that enables declarative routing in React applications. It allows you to navigate between different pages or views without the need for a full-page refresh. Whether you are building a simple single-page application ...react router