Replies: 1 comment 2 replies
-
Hi, You should maybe debounce the onclick button function. It will prevent double creation. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, I have a screen with several subscription to display a list and within a modal with a form to create new elements (with its own subscriptions). When I submit the form (on Android), there is a small freeze on the screen.
The freeze leads user to press again on submit button and 2 items are created instead of one.
I am wondering if I can lighten observers. On this screen there is mostly creation. Have you any advice when we have to deal with many observations ?
Beta Was this translation helpful? Give feedback.
All reactions