Skip to content

Add a tracker for outstanding asynchronous work - #828

Open
pleek91 wants to merge 1 commit into
rejection-statusfrom
activity-tracker
Open

Add a tracker for outstanding asynchronous work#828
pleek91 wants to merge 1 commit into
rejection-statusfrom
activity-tracker

Conversation

@pleek91

@pleek91 pleek91 commented Aug 29, 2026

Copy link
Copy Markdown
Member

Description

Waiting for the router to go quiet means waiting for work registered while earlier work settles: a props getter or loader that pushes starts a navigation whose own values must also settle. So idle loops rather than awaiting once.

Nothing uses it yet — router.render does, next in the stack.

@netlify

netlify Bot commented Sep 2, 2026

Copy link
Copy Markdown

Deploy Preview for kitbag-router ready!

Name Link
🔨 Latest commit d8af47b
🔍 Latest deploy log https://app.netlify.com/projects/kitbag-router/deploys/6a9843e258cb5c00087ae0b4
😎 Deploy Preview https://deploy-preview-828--kitbag-router.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

Waiting for the router to go quiet means waiting for work that is registered while
earlier work settles: a props getter or loader that pushes starts a navigation whose own
values must also settle. Idle loops rather than awaiting once so those cascades are
covered.

Nothing uses it yet.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant