dvjsharma / Drawn2Shoe

Drawn2Shoe is a user-friendly e-commerce platform. It offers customers the ability to purchase and personalize their shoes. The platform's intuitive interface ensures seamless navigation and usability across a variety of devices.
MIT License
27 stars 42 forks source link

Update the react-router-dom to the latest version v6.4 making it more convenient for the developers #107

Closed MinavKaria closed 4 months ago

MinavKaria commented 4 months ago

Is your feature request related to a problem? Please describe. The current routing setup is cumbersome and difficult to manage due to the older version of React Router DOM.

Describe the solution you'd like Update React Router DOM to v6, using createBrowserRouter and RouterProvider for a more efficient routing setup. This will simplify nested routes and improve code maintainability.

Describe alternatives you've considered

GSSOC'2024 Contribuitor

@dvjsharma Please assign this to me

dvjsharma commented 4 months ago

Thanks for the ticket @MinavKaria. We have decided that we'll stick to the current version.

MinavKaria commented 4 months ago

Ok , Thanks for acknowledging