Skip to main content
Back to registry

react-dev

softaworks/agent-toolkit

Type-safe React = compile-time guarantees = confident refactoring.

Installs562
Install command
npx skills add https://github.com/softaworks/agent-toolkit --skill react-dev
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Type-safe React = compile-time guarantees = confident refactoring. NOT for: non-React TypeScript, vanilla JS React React 19 breaking changes require migration. Key patterns: ref as prop - forwardRef deprecated: useActionState - replaces useFormState: use() - unwraps promises/context: See react-19-patterns.md for useOptimistic, useTransition, migration checklist. Props - extend native elements: Children typing : Discriminated unions for variant props: Use specific event types for accurate target typing: See event-handlers.md for focus, drag, clipboard, touch, wheel events. useState - explicit for unions/null: useRef - null for DOM, value for mutable: useReducer - discriminated unions for actions: Custom hooks - tuple returns with as const: useContext - null guard pattern: See hooks.md for useCallback, useMemo, useImperativeHandle, useSyncExternalStore. Generic components infer types from props - no manual annotations at call site. Pattern - keyof T for column keys, render props for custom rendering: Constrained generics for required properties: See generic-components.md for Select, List, Modal, FormField patterns. React 19 Server Components run on server, can be async. Async data fetching : Server Actions - 'use server' for mutations: Client + Server Action : use() for promise handoff : See server-components.md for parallel fetching, streaming, error boundaries.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does react-dev do?

Type-safe React = compile-time guarantees = confident refactoring.

Is react-dev good?

react-dev does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does react-dev work with?

react-dev currently lists compatibility with codex, gemini-cli, opencode, cursor, cline, claude-code.

What are alternatives to react-dev?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install react-dev?

npx skills add https://github.com/softaworks/agent-toolkit --skill react-dev

Related skills

More from softaworks/agent-toolkit

Related skills

Alternatives in Software Engineering