Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
71050d5
Update code-splitting.md
sophiebits Oct 22, 2019
e560f8a
Blog post announcing prerelease channels (#2455)
acdlite Oct 22, 2019
be0cd9f
Typo
acdlite Oct 22, 2019
b4b53b3
Fix double negative
acdlite Oct 22, 2019
2a15e91
Fix double negative on Release Channels page, too
acdlite Oct 22, 2019
6de2fdf
Add app.js Conf to conferences (#2458)
tchayen Oct 23, 2019
9932845
Concurrent Mode Documentation (#2461)
gaearon Oct 24, 2019
f324360
Update links to Relay docs (#2462)
jstejada Oct 24, 2019
62775f3
fix tiny typo on concurrent docs (#2465)
swyxio Oct 24, 2019
ba4b45c
Minor typo fix in concurrent mode overview. (#2464)
Oct 24, 2019
c7c9306
Fix typo in suspense documentation (#2467)
stevehanson Oct 24, 2019
ad3a1d5
Fix typo (#2469)
JB1905 Oct 24, 2019
2e70fb5
Fix minor typo in concurrent mode adoption docs (#2472)
mattfwood Oct 24, 2019
43d8e5f
Fix minor typo in concurrent mode reference docs (#2473)
mattfwood Oct 24, 2019
a89650a
Close missing suspense tags in documentation for concurrent UI… (#2475)
thomasgassmann Oct 24, 2019
1189e19
Fix typo in concurrent-mode-patterns.md (#2478)
ludwigbacklund Oct 24, 2019
cd91e9d
Fix typo
lex111 Oct 24, 2019
6d9467a
added new reactjs hangman game (#2466)
vetrivelcsamy Oct 25, 2019
a57f347
Add "the" in "In long term" (#2481)
joehoyle Oct 25, 2019
f415af7
Update concurrent-mode-patterns.md (#2482)
davidkpiano Oct 25, 2019
9063787
Add missing verb (#2483)
glennreyes Oct 25, 2019
8a374d9
add example project radix converter (#2486)
Oct 25, 2019
85079f4
Fix `createblockingroot` link in concurrent-mode-reference.md (#2485)
stonexer Oct 25, 2019
2231a7c
Fix doc referencing incorrect variable `details` (#2487)
bbonamin Oct 25, 2019
cf578f8
Missing highlighted line in concurrent mode patterns example (#2490)
Drakota Oct 25, 2019
60bfdd6
Update meetups.md adding Nantes (France ) meetup (#2494)
Oct 26, 2019
4f43c0f
update catalan status .. (#2491)
3imed-jaberi Oct 26, 2019
3159be9
Fix typo on concurrent mode api (#2498)
hirofumii Oct 26, 2019
fab0b46
Update concurrent-mode-reference.md
lex111 Oct 26, 2019
cbd3401
Update tools-starter-kits.md (#2497)
winwiz1 Oct 27, 2019
18327d4
Formateed react-v16.9.0 post (#2501)
Oct 27, 2019
e66c25b
Update Conferences (#2503)
TejasQ Oct 27, 2019
e4b737c
[Conferences page] Fix odd title (#2504)
TejasQ Oct 27, 2019
522459c
Add wix-style-react to Free Components list (#2502)
yershalom Oct 27, 2019
081bb31
Fix typo in concurrent-mode-patterns.md (#2507)
TSMMark Oct 28, 2019
6f7cb1a
merging all conflicts
reactjs-translation-bot Oct 28, 2019
6b2d4e4
Resolve conflicts
smikitky Oct 29, 2019
2b1ce09
Fix unresolved conflict marker
smikitky Oct 29, 2019
1b5c85d
Merge branch 'master' into sync-081bb312
smikitky Nov 2, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typo in concurrent-mode-patterns.md (#2478)
  • Loading branch information
ludwigbacklund authored and lex111 committed Oct 24, 2019
commit 1189e19baa363262368733df24e90c15d4db5200
2 changes: 1 addition & 1 deletion content/docs/concurrent-mode-patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ Even though there is an improvement in responsiveness, this example isn't as com

### SuspenseList {#suspenselist}

`<SuspenseList>` is the last pattern that's related to orchestracting loading states.
`<SuspenseList>` is the last pattern that's related to orchestrating loading states.

Consider this example:

Expand Down