-
Cache
Stored copy of data for faster access.
Definition only -
Cache Invalidation
Process of marking cached data as outdated.
Definition only -
Client State
State maintained in the browser/application.
Definition only -
Derived State
State calculated from other state.
Definition only -
Form State
Current form values/validation state.
Definition only -
Global State
State shared across the application.
Definition only -
Loading State
State representing an active operation.
Definition only -
Local State
State belonging to one component/context.
Definition only -
Optimistic State
State updated before server confirmation.
Definition only -
Persisted State
State stored across sessions.
Definition only -
Server State
Data originating from a backend/API.
Definition only -
Session State
State valid for a session.
Definition only -
URL State
State represented in the URL.
Definition only