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
Now its works alternately and heavily loads the page.
Need to create some virtual DOM for rerender and start processing only after certain condition.
The text was updated successfully, but these errors were encountered:
Make two lists. Add them into context.
First list must be processed right away the new element come in. The second one must me processed only when it complited.
When we recive list of events it will be better to process whole page again. Or make sure the items that being processed are topmost parent elements.
Also making the parser work exclusively only with lists of elements will speed up the rendering of the page, by allowing parallel processing.
Sorry, something went wrong.
No branches or pull requests
Now its works alternately and heavily loads the page.
Need to create some virtual DOM for rerender and start processing only after certain condition.
The text was updated successfully, but these errors were encountered: