AppState type
The state of the app in terms of its lifecycle and caching status, which can impact its performance characteristics and memory usage.
type AppState = "cached" | "precached" | "active"
Цей браузер більше не підтримується.
Замініть його на Microsoft Edge, щоб користуватися перевагами найновіших функцій, оновлень безпеки та технічної підтримки.
Нотатка
Доступ до цієї сторінки потребує авторизації. Можна спробувати ввійти або змінити каталоги.
Доступ до цієї сторінки потребує авторизації. Можна спробувати змінити каталоги.
The state of the app in terms of its lifecycle and caching status, which can impact its performance characteristics and memory usage.
type AppState = "cached" | "precached" | "active"