Replies: 1 comment 2 replies
-
Can you demonstrate the performance issue you are having using jsFiddle or some similar alternative? |
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
-
Hello. I have many components and only one of them is shown to the user based on user's current selection. But re-rendering these components all from scratch each time causes lag for my app when the user switches between these. How can I do about this? The render results are almost the same each time and minor updates must be made to them. Is it possible and a good idea to somehow cache the render results?
Beta Was this translation helpful? Give feedback.
All reactions