mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
7bce97d648
**Previous:** 1. https://github.com/vercel/next.js/pull/92011 **Current:** 2. (this PR) --- Adds a `useOffline()` hook exported from `next/navigation` that returns `true` when the app is offline. The state is owned by a provider component rendered in the app router, using `useState` + `useOptimistic` so the value can update even during blocked transitions (e.g., a navigation that's waiting for connectivity). Gated behind `experimental.useOffline`.
2 lines
65 B
JavaScript
2 lines
65 B
JavaScript
module.exports = require('./dist/client/components/use-offline')
|