solid-errors-error-handling

Installation
SKILL.md

solid-errors-error-handling

Quick Reference

ErrorBoundary

Aspect Details
Import import { ErrorBoundary } from "solid-js";
Purpose Catches errors in child reactive computations and rendering
Fallback Static JSX or function receiving (err, reset)
Reset Calls reset() to clear error state and re-render children
Version Available since SolidJS 1.0

Suspense

Installs
1
GitHub Stars
2
First Seen
Jun 13, 2026
solid-errors-error-handling — openaec-foundation/solidjs-claude-skill-package