Enable `debounce` / `throttling` for events
Open
affected-medium
area-blazor
enhancement
feature-blazor-component-model
Needs: Design
on-roadmap
Pillar: Technical Debt
Priority:1
severity-major
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 281
Description
This will allow the user to register for scroll events with some time period (100ms) which will filter out events happening within the period, and result in much fewer events being sent to the server.
Contributor guide
Assessment
This issue has not been assessed yet.