-
Notifications
You must be signed in to change notification settings - Fork 58
Add initial async render support #700
New issue
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
Conversation
🤖 Augment PR SummarySummary: This PR introduces initial async rendering support by allowing parts of the view graph update + display list rendering pipeline to run off the main thread when it is safe to do so. Changes:
Technical Notes: Async update is conservatively disabled when attributes/preferences/layout observers/features indicate main-thread requirements; when async is permitted, main-thread callbacks are still dispatched via 🤖 Was this summary useful? React with 👍 or 👎 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #700 +/- ##
===========================================
- Coverage 28.86% 14.29% -14.57%
===========================================
Files 589 563 -26
Lines 35804 33190 -2614
===========================================
- Hits 10335 4746 -5589
- Misses 25469 28444 +2975 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.