-
Notifications
You must be signed in to change notification settings - Fork 47.3k
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
Enable suspenseCallback on React Native #29210
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Comparing: dcae56f...c6df5b7 Critical size changesIncludes critical production bundles, as well as any change greater than 2%:
Significant size changesIncludes any change greater than 0.2%: Expand to show
|
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.
Let's discuss more, I'm not sure if we want to expand usage of this feature until we know for sure it makes sense and has a path to making it to open source.
This pull request has been automatically marked as stale. If this pull request is still relevant, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize reviewing it yet. Your contribution is very much appreciated. |
d341cc7
to
912997e
Compare
912997e
to
d49c9e6
Compare
d49c9e6
to
7c3f7f2
Compare
7c3f7f2
to
cacdd2f
Compare
## Summary suspenseCallback feature has proved to be useful for FB Web. Let's look at enabling the feature for the React Native build. ## How did you test this change? Will sync the react changes with a React Native build and will verify that performance logging is correctly notified of suspense promises during the suspense callback. DiffTrain build for commit 246d7bf.
Summary
suspenseCallback feature has proved to be useful for FB Web. Let's look at enabling the feature for the React Native build.
How did you test this change?
Will sync the react changes with a React Native build and will verify that performance logging is correctly notified of suspense promises during the suspense callback.