Skip to content

Commit

Permalink
Build schedule which is required for time slicing demo (facebook#13588)
Browse files Browse the repository at this point in the history
* Build schedule which is required for time slicing demo

* Update suspense demo README too

* Update README.md

* Update README.md

* Update README.md
  • Loading branch information
nishp1 authored and gaearon committed Sep 7, 2018
1 parent 7bcc077 commit c6dcf46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fixtures/unstable-async/suspense/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion fixtures/unstable-async/time-slicing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit c6dcf46

Please sign in to comment.