Import
Usage
You can check the general status string or use the boolean convenience getters (loading, loaded).
Type
Related Properties
| Property | Type | Description | |
|---|---|---|---|
loading | boolean | True if a fetch request is currently in progress. | |
loaded | boolean | True if data has been successfully fetched at least once. | |
error | `Error | null` | Contains the last error object if the status is ‘error’. |

