React Errors Boundaries

Use when building React components that need error recovery and graceful failure handling. Prevents the common mistake of letting uncaught errors crash the entire application tree. Covers Error Boundary class components, getDerivedStateFromError, componentDidCatch, recovery patterns, nested boundaries, placement strategy, error boundary limitations. Keywords: ErrorBoundary, getDerivedStateFromError, componentDidCatch, fallback UI, app crashes, white screen of death, catch error in component, fallback UI, error recovery..

Impertio-Studio aeb389c 3 files · 31.2 KB Updated

File contents

Impertio-Studio/React-Claude-Skill-Package/tree/main/skills/source/react-errors/react-errors-boundaries commit aeb389c86e

Frequently asked questions

npx skillmds@latest add impertio-studio/react-errors-boundaries