We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This article is part of an advanced React series tutorials.
ModalWithButton
The text was updated successfully, but these errors were encountered:
In the following UI, clicking on the Click Me button takes forever to render the modal
Click Me
Sorry, something went wrong.
Root cause: So the problem happens because the heavier components take a lot of time on re rendering, thus the modal shows slow to the screen
Solution: Minimize the influence scope of rerendering
Solution So the problem happens because the heavier components take a lot of time on re rendering, thus the modal shows slow to the screen
No branches or pull requests
Intro to re-render
This article is part of an advanced React series tutorials.
Major content
ModalWithButton
The text was updated successfully, but these errors were encountered: