Overview
Compose a request, visibly send it, and distinguish waiting from word-by-word delivery. Hold a concrete answer and its source long enough to read.
Build
- 01
Type the request at an uneven cadence.
- 02
Enable send when composition is complete, then clear the input as the user bubble arrives.
- 03
Hold a distinct waiting state before the answer.
- 04
Reveal complete word groups with a pause between lines, then hold for reading.
Example source React / TSX
examples/focus-chat-turn-taking.tsx · Uses the catalog’s shared composition helpers.
Loading source…