Skip to content

Comments

Fix multiple calls when executeChangeOnBlur is false applying debounc…#2

Open
devedux wants to merge 2 commits intocapdilla:npm-versionfrom
devedux:debounce-change
Open

Fix multiple calls when executeChangeOnBlur is false applying debounc…#2
devedux wants to merge 2 commits intocapdilla:npm-versionfrom
devedux:debounce-change

Conversation

@devedux
Copy link

@devedux devedux commented Feb 22, 2023

Demo de como quedo el cambio en storybook

Ventajas de usar debounce

  • Evitamos ejecutar multiples veces un algoritmo en especifico, en este caso, evitamos actualizar multiples veces el estado
  • Mejora el performance de nuestro aplicación

Pruebas con y sin debounce
Props por defecto
Deshabilitando executeChangeOnBlur
Habilitando executeDebounceChange

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