react-dev
Comprehensive guide for building type-safe React 19 applications with TypeScript, covering patterns and migration.
Install
npx skills add https://github.com/softaworks/agent-toolkit --skill react-devStats
| Total installs | 3,328 |
| Weekly installs | 563 |
| GitHub stars | 1.2K |
| First seen | Jan 20, 2026 |
| Source | @softaworks/agent-toolkit |
Summary
- Covers React 19 breaking changes: ref as prop (no forwardRef), useActionState for forms, use() for promise unwrapping, and Server Components with async data fetching
- Specific event typing (MouseEvent, ChangeEvent, KeyboardEvent, etc.) and discriminated unions for variant props eliminate runtime surprises
- Generic component patterns with constrained types for reusable Tables, Lists, Modals, and Forms that infer types from props
- Type-safe routing integration for both TanStack Router (Zod validation, compile-time route safety) and React Router v7 (automatic type generation from loaders)
- Custom hook typing with as const tuple returns, useRef null guards, useReducer discriminated actions, and useContext error boundaries
Tags
Related skills
| Skill | Installs | vs react-dev |
|---|---|---|
| web-perf | 3,015 | -313 |
| video-production | 3,355 | +27 |
| browser-preview | 3,612 | +284 |
| vue-jsx-best-practices | 3,275 | -53 |
| paypal-integration | 3,383 | +55 |
FAQ
- How many installs does react-dev have?
- react-dev has 3,328 total installs and 563 installs this week.
- Where is react-dev hosted?
- react-dev is published by @softaworks/agent-toolkit at https://github.com/softaworks/agent-toolkit.
- How many GitHub stars does react-dev have?
- react-dev has 1.2K GitHub stars.
- When was react-dev first indexed?
- OrangeBot.AI first indexed react-dev on Jan 20, 2026.
- How do I install react-dev?
- Run: npx skills add https://github.com/softaworks/agent-toolkit --skill react-dev