Patterns for building resilient API clients and real-time connections with retry logic, circuit breakers, and graceful degradation. Use when building production systems that need to handle failures. Triggers on retry logic, circuit breaker, connection resilience, exponential backoff, API client, fault tolerance.
Initial release of resilient-connections—robust patterns for handling API and real-time connection failures. - Provides detailed patterns for retry logic, exponential backoff, and circuit breakers. - Includes resilient fetch and reconnecting WebSocket client examples. - Features graceful degradation with fallback and caching support. - Summarizes best practices and anti-patterns for robust API interactions. - Lists related skills and offers quick reference code snippets.