is it okay to have multiple Axios instances in React(CRA) App?
I'm trying to develop some kind of service layer to talk with different APIs,
for example:
Auth.service.ts will talk with auth API
Example.service.ts will talk with another API
How big is the impact on the performance.