Good fit for
- Research export
- 48,620 records · encrypted archive
- Async actions
This async actions pattern works best when its purpose is clear in the surrounding page hierarchy.
Open experiment
Turns a failed operation into an understandable recovery path instead of a blind retry for long-running and remote operations; it is designed to keep progress, cancellation, and completion trustworthy. Retry preserves input, explains the failure class, and offers a safe alternative. The asynchronous actions variant is specialized for network timing and completion are uncertain. Users can keep progress, cancellation, and completion trustworthy while understanding the current state, available choices, and resulting consequence.
Implementation field notes
The preview and source are only the starting point. Use these notes to decide where the component fits, preserve its accessibility contract, and verify the adapted result.
This async actions pattern works best when its purpose is clear in the surrounding page hierarchy.
Related learning