Puts what the kernel resolved onto the navigation stack.
The native counterpart of the browser response middleware, and it does the same thing at
the same moment: it contributes the deferred effect the adapter runs once the response
exists. The web effect renders into a document; this one pushes a screen.
How the screen enters the stack is read from the navigation intent rather than decided
here, because only the caller knows: a navigate(..., true) replaces, a redirect
replaces, and everything else pushes so the back gesture has somewhere to go.
Puts what the kernel resolved onto the navigation stack.
The native counterpart of the browser response middleware, and it does the same thing at the same moment: it contributes the deferred effect the adapter runs once the response exists. The web effect renders into a document; this one pushes a screen.
How the screen enters the stack is read from the navigation intent rather than decided here, because only the caller knows: a
navigate(..., true)replaces, a redirect replaces, and everything else pushes so the back gesture has somewhere to go.