React and integrations
Choose a skill from the task’s inputs and outputs. An application can compose packages while keeping each change focused on one responsibility.
| Task | Skill | API reference |
|---|---|---|
| React request state | $fetcher-react-hooks | react |
| Data viewers | $fetcher-viewer-components | viewer |
| CoSec authentication | $fetcher-cosec-auth | cosec |
| Wow commands and queries | $fetcher-wow-cqrs | wow |
Provide this context
Component-owned state, query triggers, API clients, authentication/tenant context, persistence callbacks and failure UI. Use the existing Viewer contract only when the backend supports it; do not turn an ordinary REST endpoint into a guessed Wow endpoint.
Review the result
Check public imports, complete examples, failures and cleanup. Run package tests or actual generation for the affected behavior; inspect component interactions in a browser. Type-checking does not prove server protocol compatibility.
