-
Notifications
You must be signed in to change notification settings - Fork 50.2k
Build schedule which is required for time slicing demo #13588
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
Details of bundled changes.Comparing: 7bcc077...e948c42 schedule
Generated by 🚫 dangerJS |
| # 1: Build react from source | ||
| cd /path/to/react | ||
| yarn | ||
| yarn build dom,core,interaction,simple-cache-provider --type=NODE |
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.
The same change could benefit the suspense demo readme too. And is there an interaction-package or was that an earlier name of schedule?
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.
Updated suspense readme. Not 100% sure if interaction was renamed.
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.
interaction is now part of schedule
|
Thanks |
* Build schedule which is required for time slicing demo * Update suspense demo README too * Update README.md * Update README.md * Update README.md
Update README so it can be built successfully locally.