frontend-error-handling
Installation
SKILL.md
Frontend Error Handling
This skill provides patterns for handling errors in React applications.
Canonical Examples
Study these real implementations:
- API Client Interceptor: client.ts
- Route Error Handler: route-error.tsx
Error Handling Layers
1. API Client Interceptor (Global)
Handle auth errors and network errors globally: