currently every page that will pull in this information makes their own request and no data is shared between the pages even though it is the exact same. this can be updated to use the tanstack/query api and provide some features that we currently do not have (mainly common state between react components).
currently every page that will pull in this information makes their own request and no data is shared between the pages even though it is the exact same. this can be updated to use the
tanstack/queryapi and provide some features that we currently do not have (mainly common state between react components).