Switch from hash-router to browser-router #344
Labels
area/accessibility
related to WCAG and accessibility
kind/feature-request
New feature or request
status/triage
Description
Currently we are using HashRouter as our React-Router option in Apps (and other solutions.)
The drawback of this is that we loose the ability to comply with modern accessibility requirements such as landmarks.
HashRouter is no longer recommended by the React-Router either.
Upgrade to React-Router v6
React Router 6 has changes that would require re-write of the changes required to switch to BrowserRouter.
Related issues:
Requirements:
The applications no longer use HashRouter and the following App-Configurations work as expected (before):
Additional tasks:
Additional Information
No response
The text was updated successfully, but these errors were encountered: