Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React Router migration from v5 to v6 #7207

Open
ferhoyos opened this issue Mar 20, 2024 · 0 comments
Open

React Router migration from v5 to v6 #7207

ferhoyos opened this issue Mar 20, 2024 · 0 comments
Labels
backlog Triaged Issue added to backlog enhancement This is the preferred way to describe new end-to-end features.

Comments

@ferhoyos
Copy link
Contributor

Currently Kiali uses react-router library version 5, which works fine but has some issues with the routing algorithm, complex API, big bundle size, etc.. New version 6 is adapted to React hooks and provide new features like relative path links, smaller bundle size, nested routes, etc.

Besides, OpenShift Console has recently migrated from version 5 to 6 and it will remove version 5 support in the medium term (maybe version 4.17). Since OSSMC shares react-router library with OpenShift console, when it removes react-router v5 support it won't be possible to update OSSMC code until Kiali completes the migration.

@ferhoyos ferhoyos added the enhancement This is the preferred way to describe new end-to-end features. label Mar 20, 2024
@jshaughn jshaughn added the backlog Triaged Issue added to backlog label Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Triaged Issue added to backlog enhancement This is the preferred way to describe new end-to-end features.
Projects
None yet
Development

No branches or pull requests

2 participants