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
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
Continuing with the older version, which is not sustainable due to deprecated features.
Using a different routing library, requiring a significant rewrite.
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