shixiaomiaomiao
8af118139e
Update testing-recipes.md ( #2616 )
5 years ago
Jake Hedman
401b97e959
Add missing whitespace ( #2610 )
5 years ago
Dan Abramov
4ee28772a8
Remove unmaintained project ( #2606 )
5 years ago
Greg Bergé
4ada2dee0e
Update Loadable Components urls ( #2602 )
5 years ago
Minh Nguyen
665a9fde42
Fix typo in Suspense for Data Fetching ( #2605 )
5 years ago
Gregor Adams
32a5db034b
docs: Unify identifiers in "useImperativeHandle" example ( #2590 )
The example was using `inputRef` while the description used `fancyInputRef`. This was irritating.
5 years ago
Keyan Zhang
9d878b4434
Link to docs from the Concurrent Mode feature comparison table ( #2550 )
* Link to docs from the Concurrent Mode feature comparison table
* feedback
* Update concurrent-mode-adoption.md
Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
5 years ago
Josh Kramer
05206d70c9
Remove dynamic import proposal text ( #2564 )
Dynamic imports have reached stage 4 and are now part of ECMAScript.
5 years ago
Ivaylo Kirov
3794c8a505
Update accessibility.md ( #2579 )
Fixed a small typo.
5 years ago
Dan
72775e97f9
Make the experimental notice scarier
5 years ago
Tigran Matsakyan
bbea522119
fix code style in concurrent-mode-reference.md ( #2553 )
5 years ago
Nicolas
4f57bfda38
Wrong link to Profiling components article ( #2552 )
Recommended article link, written by Ben Schwarz, returns a 404. Updated with correct link.
5 years ago
Dan
5a691e9f0e
Link to blog post
5 years ago
Dan Abramov
3c5e2bd1ed
Suspense: Start Fetching Early ( #2551 )
5 years ago
Joseph Savona
ee8a5ec783
Blog post ( #2538 )
Blog post: Building Great User Experiences with Concurrent Mode and Suspense
5 years ago
David Cho-Lerat
9fdcbc2edf
Fix small typo in concurrent-mode-suspense.md ( #2529 )
"for a small period time" => "for a small period of time"
5 years ago
Mark Allen
081bb31226
Fix typo in concurrent-mode-patterns.md ( #2507 )
s/MyShowList/MySlowList
Updated to reflect actual component name in example: `<MySlowList text={text} />`
5 years ago
Jhon Mike
18327d46c5
Formateed react-v16.9.0 post ( #2501 )
* format post react-v16.9.0
* running yarn check-all
5 years ago
Alexey Pyltsyn
fab0b46659
Update concurrent-mode-reference.md
5 years ago
hirofumi i
3159be9938
Fix typo on concurrent mode api ( #2498 )
5 years ago
Jonathan Bouchard
cf578f822b
Missing highlighted line in concurrent mode patterns example ( #2490 )
5 years ago
Bruno Bonamin
2231a7c4ef
Fix doc referencing incorrect variable `details` ( #2487 )
The variable name that's loading is called `user`
5 years ago
SToneX
85079f4fa0
Fix `createblockingroot` link in concurrent-mode-reference.md ( #2485 )
Fix #createblockingroot link
5 years ago
Glenn Reyes
906378767e
Add missing verb ( #2483 )
5 years ago
David Khourshid
f415af7327
Update concurrent-mode-patterns.md ( #2482 )
Fix typo: `timeout:` to `timeoutMs:`
5 years ago
Joe Hoyle
a57f347ca9
Add "the" in "In long term" ( #2481 )
5 years ago
Alexey Pyltsyn
cd91e9d40d
Fix typo
5 years ago
Ludwig Bäcklund
1189e19baa
Fix typo in concurrent-mode-patterns.md ( #2478 )
5 years ago
Thomas Gassmann
a89650a7fa
Close missing suspense tags in documentation for concurrent UI… ( #2475 )
5 years ago
Matt Wood
43d8e5fb7f
Fix minor typo in concurrent mode reference docs ( #2473 )
5 years ago
Matt Wood
2e70fb5457
Fix minor typo in concurrent mode adoption docs ( #2472 )
5 years ago
Jakub Biesiada
ad3a1d568e
Fix typo ( #2469 )
5 years ago
Stephen Hanson
c7c9306d29
Fix typo in suspense documentation ( #2467 )
Removes a redundant "about this" in the concurrent-mode suspense docs.
5 years ago
Josh Pollock
ba4b45cfd0
Minor typo fix in concurrent mode overview. ( #2464 )
5 years ago
swyx
62775f329e
fix tiny typo on concurrent docs ( #2465 )
5 years ago
Juan
f324360d58
Update links to Relay docs ( #2462 )
5 years ago
Dan Abramov
9932845b39
Concurrent Mode Documentation ( #2461 )
5 years ago
Andrew Clark
2a15e912ec
Fix double negative on Release Channels page, too
5 years ago
Andrew Clark
e560f8ae22
Blog post announcing prerelease channels ( #2455 )
5 years ago
Sophie Alpert
71050d527d
Update code-splitting.md
5 years ago
Arshita Kakkar
d2ade76cce
Documentation ( #2449 )
* Update getting-started.md
Line 41 -
When starting a React project, [a simple HTML page with script tags](/docs/add-react-to-a-website.html) might still be the best option. It only takes a minute to set up!
Removed the hyperlink from "a" as we're focusing on simple HTML page so a shouldn't be hyperlinked.
* Update getting-started.md
Closes #2450
Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
5 years ago
mvikrammenon
c26e34d689
Updated URL with page section ( #2446 )
5 years ago
Jimmy Cleveland
454f44e7c0
Add usage example for useContext. ( #2414 )
* Add usage example for useContext.
The intent is to show where the hook fits in to the usual Context usage.
* Remove unnecessary comment in code block.
5 years ago
Bob Ziroll
0a7beebf2b
Fix typo in the React API Reference `React.Suspense` section ( #2412 )
Alternatively, "`React.Suspense` allows you to specify..."
5 years ago
James Baskerville
c505057312
Update react-devtools URL ( #2408 )
5 years ago
David Cho-Lerat
5c371e5e3f
Update hooks-reference.md ( #2364 )
typo: "effects run [..], but you can [..] fire it" => "effects run [..], but you can [..] fire them"
5 years ago
Wes Lord
060d129aa0
Change usePrevious example in hooks-faq.md ( #2387 )
In the example, `count` is initialized to 0 and then multiplied by 100... which is 0.
Changing this to addition so the previous value will differ from the current value.
5 years ago
David Beitey
9c2e893774
Use gist URLs instead of RawGit in React docs ( #2385 )
RawGit is being shut down (eg Oct 2019, https://rawgit.com/ ) and this change uses the direct links to the files as served from gist.github.com. The same files are being served, just that the links are only dependent on GitHub's gist service.
5 years ago
Cheng Lou
453a3bd4f2
Swap order of increment and decrement in Counter examples ( #2382 )
I think UI-wise, decrement comes first.
5 years ago
Alexey Pyltsyn
87685fd27f
Improve Code Splitting
5 years ago