Skip to content

feat(query-param-state): make signal source of truth with debounced U…#1479

Open
klagrida wants to merge 1 commit into
mainfrom
query-param-state-debounced
Open

feat(query-param-state): make signal source of truth with debounced U…#1479
klagrida wants to merge 1 commit into
mainfrom
query-param-state-debounced

Conversation

@klagrida
Copy link
Copy Markdown
Collaborator

@klagrida klagrida commented May 8, 2026

…RL writes

The signal now drives the URL via an effect; set/clear no longer write to the URL directly. When debounceMs is provided, the effect reads through Angular's experimental debounced() so rapid input updates the signal immediately while the URL is updated only after the user stops typing. Default values are stripped so the URL only carries deviations.

…RL writes

The signal now drives the URL via an effect; set/clear no longer write to
the URL directly. When debounceMs is provided, the effect reads through
Angular's experimental debounced() so rapid input updates the signal
immediately while the URL is updated only after the user stops typing.
Default values are stripped so the URL only carries deviations.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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