onaio / fhir-web

A web based interface for administering FHIR based digital health solutions
https://ona.io/home/introducing-quest-fhir-native-case-management/
Other
18 stars 20 forks source link

Upgrade react router to v6.4 #1206

Open peterMuriuki opened 1 year ago

peterMuriuki commented 1 year ago

TBD

mutuajames commented 1 year ago

The package connected-react-router still lacks support for react router v6. So this upgrade cannot happen as of now.

peterMuriuki commented 1 year ago

Eventually :

  1. Define an object that represents the route in each respective package.
  2. Create and export a browserRouter instance of the above object as well, I.e. still within the package.
  3. App will use the object in (1) to create the Navigation bar, and add the browserRouter instance to any existing routing setup.