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.
When to Use
Use this library when you need:
- Async data handling with loading/error states →
AsyncBlock - Form management with automatic value collection →
Form,Input - Date/time inputs with ISO string handling →
DateTime - Accessible dialogs/modals →
Dialog - Viewport visibility tracking →
Observer,LazyRender - Browser-native AI features (Chrome AI API) →
useAI,useAISummarize,useLanguageDetection,useTranslator - Common React patterns →
useDebounce,useTimer,useList - Utility functions → dates, strings, userLanguage detection
Installation
Related skills