Experimental Next.js recovery for interrupted Server Actions and prefetched navigation.
State: Idle
No result yet.
Current limitation: if you start the mutation offline and then click the destination link, the request-time navigation content waits on the same connection as the action. The prefetched shell can render, and both requests complete after reconnection.
A full reload while offline is not supported because this demo does not install a service worker.