-
Notifications
You must be signed in to change notification settings - Fork 391
Debounce changes #1645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Milestone
Comments
A first iteration could just implement this within the respective renderers, especially text and potential number renderers. One can use lodash debounce for this |
eneufeld
added a commit
to eneufeld/jsonforms
that referenced
this issue
Oct 6, 2021
- add a custom hook which handles debounce - add example to test form performance Fix eclipsesource#1645
eneufeld
added a commit
to eneufeld/jsonforms
that referenced
this issue
Oct 6, 2021
- add a custom hook which handles debounce - add example to test form performance Fix eclipsesource#1645
eneufeld
added a commit
to eneufeld/jsonforms
that referenced
this issue
Oct 6, 2021
- add a custom hook which handles debounce - add example to test form performance Fix eclipsesource#1645
sdirix
pushed a commit
that referenced
this issue
Oct 8, 2021
Adds a custom hook for debouncing React Material input changes. This prevents that each keystroke results in a complete rerendering cycle which can impact perceived performance a lot. Fix #1645
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Increase performance by debouncing changes. See also #1641 and lag happening on typing.
The text was updated successfully, but these errors were encountered: