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
react-fullpage calls render function with event like onLeave, afterLoad events.. that leads too many rerenders..
so.. i've developed to render empty div if component's index isn't current index.
but not resolved since it calls twice per scroll (onLeave, afterLoad) and result in render hundreads of empty components twice..
is there any way to reduce rerender number of times? i render about hundreads of elements with memoization..
sincerely..
The text was updated successfully, but these errors were encountered:
What is exactly the problem you face with the re-renders?
When scrolling up/down on the example I can't see any re-writes on the DOM except the necessary ones with the state classes.
Sorry, something went wrong.
No branches or pull requests
react-fullpage calls render function with event like onLeave, afterLoad events..
that leads too many rerenders..
so.. i've developed to render empty div if component's index isn't current index.
but not resolved since it calls twice per scroll (onLeave, afterLoad) and result in render hundreads of empty components twice..
is there any way to reduce rerender number of times?
i render about hundreads of elements with memoization..
sincerely..
The text was updated successfully, but these errors were encountered: