Avoid entire component Unmount When Updating Schema/Data #70
Unanswered
tuthanhoancanh012
asked this question in
Q&A
Replies: 1 comment
-
When updating the schema, the entire Designer/Viewer component should not be unmounted. It is likely that one of the props is not memoized or not wrapped in useCallback. Please send us your code and we will guide you on how to fix it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @Team, We truly need a way to update the schema and data efficiently without unmounting the entire component. As we have many customized components, and the current update method causes unmounting, we’re only updating data on a single component, but it causes all other components to re-render unnecessarily. which leads to lag and stuttering.
Please let us know if there is any update.
Thank you so much.
Beta Was this translation helpful? Give feedback.
All reactions