frankhart2018 / primistore

Locally hosted password management tool
MIT License
6 stars 12 forks source link

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

Closed MinavKaria closed 3 months ago

MinavKaria commented 3 months ago

Describe the feature

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

@frankhart2018 assign this to me

frankhart2018 commented 3 months ago

Sounds good, assigning.

MinavKaria commented 3 months ago

@frankhart2018 I have sent a pull request just check, It surely wont break the code and the running app

MinavKaria commented 3 months ago

@frankhart2018 Please acknowledge

MinavKaria commented 3 months ago

@frankhart2018 did you mark it for GSSOC ?