Skip to content

Add client side event throttle#1346

Merged
Archmonger merged 5 commits into
reactive-python:mainfrom
Archmonger:debounce-and-throttle
Jun 29, 2026
Merged

Add client side event throttle#1346
Archmonger merged 5 commits into
reactive-python:mainfrom
Archmonger:debounce-and-throttle

Conversation

@Archmonger

@Archmonger Archmonger commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

Description

  • Implement client-side event throttling capabilities to prevent flooding the server when controlling high frequency events such as onMouseMove
  • Tweak the debounce implementation to ensure it is completely distinct from throttle
  • Fix some brittle tests

Checklist

Please update this checklist as you complete each item:

  • Tests have been developed for bug fixes or new functionality.
  • The changelog has been updated, if necessary.
  • Documentation has been updated, if necessary.
  • GitHub Issues closed by this PR have been linked.

By submitting this pull request I agree that all contributions comply with this project's open source license(s).

@Archmonger Archmonger marked this pull request as ready for review June 29, 2026 23:28
@Archmonger Archmonger merged commit 633df5b into reactive-python:main Jun 29, 2026
20 checks passed
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