We have some "temporary" redirect links in the MainRouter, which I'm wondering if we could abstract to a database (Firebase, Mongo etc.) or into a .json file like some of the other suggestions.
Here are some possible options:
Data is pulled from a database like Firestore
Data is pulled from .json files stored in a Cloud Bucket like Firestore
Data is pulled from .json files store locally in the repo
I've decided to follow the last route for now, and can implement other changes in the future.
We have some "temporary" redirect links in the MainRouter, which I'm wondering if we could abstract to a database (Firebase, Mongo etc.) or into a .json file like some of the other suggestions.
Here are some possible options:
I've decided to follow the last route for now, and can implement other changes in the future.