This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Description
I've noticed quite a few cases of using hardcoded constants for things like api urls. These need to all be part of config and able to be different for dev/qa/prod environments.
For example, right now, a search of the /components folder in react-components returns about 20 results. All of these should be determined dynamically, using props like MAIN_URL.