Choose your next task
After the first example succeeds, choose the change your application needs next. Each guide states its backend and resource requirements.
| Next outcome | Guide |
|---|---|
| Reuse one origin, headers, and timeout policy | Shared HTTP client |
| Send parameters or JSON and select a result | Construct requests → read results |
| Show useful failures and stop abandoned work | Handle failures → cancel requests |
| Give repeated endpoints named methods | Service clients |
| Display events or completion text incrementally | Streaming |
| Drive requests from React inputs | React queries → debounce |
| Make table controls change displayed rows | Viewer data tasks |
| Connect an existing platform service | Wow, CoSec, storage and events |
Use architecture and selection to decide who owns state, cancellation, and persistence. Use API reference when you know the operation and need its exact contract; the complete examples remain the executable baseline.
For the independent record engine, continue with View Engine tasks: component configuration, remote candidates, cells, summaries and ViewHost services.
