Skip to main content
Back to the directory
softaworks/agent-toolkitSoftware EngineeringFrontend and Design

react-dev

Type-safe React 18–19 patterns with compile-time guarantees for components, hooks, events, and routing.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
3

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/softaworks/agent-toolkit --skill react-dev
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, react-dev has 3 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: softaworks/agent-toolkit. Canonical URL: https://skills.sh/softaworks/agent-toolkit/react-dev.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Type-safe React 18–19 patterns with compile-time guarantees for components, hooks, events, and routing. 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.

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

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

Type-safe React 18–19 patterns with compile-time guarantees for components, hooks, events, and routing.

Is react-dev good?

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

Which AI agents support react-dev?

react-dev currently lists compatibility with Skills CLI.

Is react-dev safe to install?

react-dev has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to react-dev?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install react-dev?

Run the following command to 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