'React API manager with Caching, Retries and Fallback end points

What's the best way to get API that supports Fallback end points (multiple)?

useQuery supports caching and retries but not fallback end points out of the box. Axios also looks like it doesn't support secondary end points.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source