Polygon-Solutions / city-keep

CityKeep - Civic Issue Reporting App
https://www.citykeep.app
MIT License
0 stars 1 forks source link

Keep App Pages Mounted #17

Open malakivandas opened 1 year ago

malakivandas commented 1 year ago

Most recent commit: 3a65f64fa08c45998172b9b1e2aac9c3d784fb61

Currently, the app pages (eg. Reports, Settings) unmount every time a different app page is mounted. This is the default behavior of React Router. All features of React Router are desired, but the app pages should remain mounted. This can be done following this article about Navigation without React Router.