react-tools
Installation
SKILL.md
React Tools
@galiprandi/react-tools is a lightweight, dependency-free utility library for React that provides reusable components and hooks to simplify development and improve accessibility — no configuration needed.
Installation
npm install @galiprandi/react-tools
# or
yarn add @galiprandi/react-tools
# or
pnpm add @galiprandi/react-tools
Components
AsyncBlock
Declarative component to render async data with loading, success, and error states. Automatically cancels in-flight requests when dependencies change.