mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Build schedule which is required for time slicing demo (#13588)
* Build schedule which is required for time slicing demo * Update suspense demo README too * Update README.md * Update README.md * Update README.md
This commit is contained in:
@@ -26,7 +26,7 @@ Set [the `enableSuspense` flag](https://github.com/facebook/react/blob/d79238f1e
|
||||
# 1: Build react from source
|
||||
cd /path/to/react
|
||||
yarn
|
||||
yarn build dom,core,interaction,simple-cache-provider --type=NODE
|
||||
yarn build dom-client,core,simple-cache-provider,schedule --type=NODE
|
||||
|
||||
# 2: Install fixture dependencies
|
||||
cd fixtures/unstable-async/suspense/
|
||||
|
||||
@@ -18,7 +18,7 @@ There are also known bugs and inefficiencies in master so **don't use this fixtu
|
||||
# 1: Build react from source
|
||||
cd /path/to/react
|
||||
yarn
|
||||
yarn build dom,core,interaction,simple-cache-provider --type=NODE
|
||||
yarn build dom-client,core,simple-cache-provider,schedule --type=NODE
|
||||
|
||||
# 2: Install fixture dependencies
|
||||
cd fixtures/unstable-async/time-slicing/
|
||||
|
||||
Reference in New Issue
Block a user