-
Background Refresh
Data updates without blocking the UI.
Definition only -
Debounce
Delay execution until input activity settles.
Definition only -
Initial Loading
First load of a view/resource.
Definition only -
Lazy Loading
Load content only when needed.
Definition only -
Optimistic UI
UI updates before server confirmation.
Definition only -
Partial Loading
Some content loaded while other content remains pending.
Definition only -
Pending
Operation has started but not completed.
Definition only -
Pessimistic UI
UI waits for server confirmation before updating.
Definition only -
Prefetching
Load anticipated content in advance.
Definition only -
Preloading
Load important resources early.
Definition only -
Progress Indicator
Indicates progress.
Definition only -
Refreshing
Existing data is being refreshed.
Definition only -
Skeleton Loading
Content-shaped placeholder.
Definition only -
Streaming
Content delivered incrementally.
Definition only -
Throttle
Limit execution frequency.
Definition only -
Timeout
Operation exceeded allowed time.
Definition only