Commit Graph

903 Commits

Author SHA1 Message Date
Bartosz Kaszubowski
1b0fb08310 Fix React events package link in Codebase Overview (#2618) 2019-12-19 19:46:12 +03:00
shixiaomiaomiao
8af118139e Update testing-recipes.md (#2616) 2019-12-18 11:19:58 -08:00
Jake Hedman
401b97e959 Add missing whitespace (#2610) 2019-12-16 09:53:23 +03:00
Dan Abramov
4ee28772a8 Remove unmaintained project (#2606) 2019-12-11 17:24:16 +00:00
Greg Bergé
4ada2dee0e Update Loadable Components urls (#2602) 2019-12-10 01:19:48 +03:00
Minh Nguyen
665a9fde42 Fix typo in Suspense for Data Fetching (#2605) 2019-12-10 01:16:53 +03:00
Gregor Adams
32a5db034b docs: Unify identifiers in "useImperativeHandle" example (#2590)
The example was using `inputRef` while the description used `fancyInputRef`. This was irritating.
2019-11-26 23:44:34 +03:00
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>
2019-11-25 12:26:53 +03:00
Josh Kramer
05206d70c9 Remove dynamic import proposal text (#2564)
Dynamic imports have reached stage 4 and are now part of ECMAScript.
2019-11-25 12:18:53 +03:00
Ivaylo Kirov
3794c8a505 Update accessibility.md (#2579)
Fixed a small typo.
2019-11-20 11:08:48 -08:00
Dan
72775e97f9 Make the experimental notice scarier 2019-11-17 13:00:09 +00:00
Tigran Matsakyan
bbea522119 fix code style in concurrent-mode-reference.md (#2553) 2019-11-11 13:21:35 +03:00
Nicolas
4f57bfda38 Wrong link to Profiling components article (#2552)
Recommended article link, written by Ben Schwarz, returns a 404. Updated with correct link.
2019-11-09 23:47:37 +03:00
Dan
5a691e9f0e Link to blog post 2019-11-09 20:18:55 +00:00
Dan Abramov
3c5e2bd1ed Suspense: Start Fetching Early (#2551) 2019-11-09 20:10:45 +00:00
Joseph Savona
ee8a5ec783 Blog post (#2538)
Blog post: Building Great User Experiences with Concurrent Mode and Suspense
2019-11-06 11:26:42 -08:00
David Cho-Lerat
9fdcbc2edf Fix small typo in concurrent-mode-suspense.md (#2529)
"for a small period time" => "for a small period of time"
2019-11-04 15:54:55 +03:00
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} />`
2019-10-28 13:11:02 +03:00
Jhon Mike
18327d46c5 Formateed react-v16.9.0 post (#2501)
* format post react-v16.9.0

* running yarn check-all
2019-10-27 11:30:03 +03:00
Alexey Pyltsyn
fab0b46659 Update concurrent-mode-reference.md 2019-10-26 23:11:28 +03:00
hirofumi i
3159be9938 Fix typo on concurrent mode api (#2498) 2019-10-26 23:10:30 +03:00
Jonathan Bouchard
cf578f822b Missing highlighted line in concurrent mode patterns example (#2490) 2019-10-26 00:50:05 +03:00
Bruno Bonamin
2231a7c4ef Fix doc referencing incorrect variable details (#2487)
The variable name that's loading is called `user`
2019-10-25 14:28:52 +03:00
SToneX
85079f4fa0 Fix createblockingroot link in concurrent-mode-reference.md (#2485)
Fix #createblockingroot link
2019-10-25 14:05:09 +03:00
Glenn Reyes
906378767e Add missing verb (#2483) 2019-10-25 12:48:23 +03:00
David Khourshid
f415af7327 Update concurrent-mode-patterns.md (#2482)
Fix typo: `timeout:` to `timeoutMs:`
2019-10-25 12:11:18 +03:00
Joe Hoyle
a57f347ca9 Add "the" in "In long term" (#2481) 2019-10-25 12:06:09 +03:00
Alexey Pyltsyn
cd91e9d40d Fix typo 2019-10-24 23:15:20 +03:00
Ludwig Bäcklund
1189e19baa Fix typo in concurrent-mode-patterns.md (#2478) 2019-10-24 23:06:24 +03:00
Thomas Gassmann
a89650a7fa Close missing suspense tags in documentation for concurrent UI… (#2475) 2019-10-24 23:05:21 +03:00
Matt Wood
43d8e5fb7f Fix minor typo in concurrent mode reference docs (#2473) 2019-10-24 23:01:51 +03:00
Matt Wood
2e70fb5457 Fix minor typo in concurrent mode adoption docs (#2472) 2019-10-24 23:01:04 +03:00
Jakub Biesiada
ad3a1d568e Fix typo (#2469) 2019-10-24 22:59:16 +03:00
Stephen Hanson
c7c9306d29 Fix typo in suspense documentation (#2467)
Removes a redundant "about this" in the concurrent-mode suspense docs.
2019-10-24 22:57:25 +03:00
Josh Pollock
ba4b45cfd0 Minor typo fix in concurrent mode overview. (#2464) 2019-10-24 22:56:50 +03:00
swyx
62775f329e fix tiny typo on concurrent docs (#2465) 2019-10-24 22:56:22 +03:00
Juan
f324360d58 Update links to Relay docs (#2462) 2019-10-24 10:00:27 -07:00
Dan Abramov
9932845b39 Concurrent Mode Documentation (#2461) 2019-10-24 08:55:49 -07:00
Andrew Clark
2a15e912ec Fix double negative on Release Channels page, too 2019-10-22 13:18:28 -07:00
Andrew Clark
e560f8ae22 Blog post announcing prerelease channels (#2455) 2019-10-22 12:03:19 -07:00
Sophie Alpert
71050d527d Update code-splitting.md 2019-10-21 22:36:06 -07:00
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>
2019-10-21 14:53:45 +03:00
mvikrammenon
c26e34d689 Updated URL with page section (#2446) 2019-10-18 02:25:55 +03:00
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.
2019-10-09 21:25:15 -07:00
Bob Ziroll
0a7beebf2b Fix typo in the React API Reference React.Suspense section (#2412)
Alternatively, "`React.Suspense` allows you to specify..."
2019-10-09 05:55:41 +03:00
James Baskerville
c505057312 Update react-devtools URL (#2408) 2019-10-08 14:42:43 +03:00
David Cho-Lerat
5c371e5e3f Update hooks-reference.md (#2364)
typo: "effects run [..], but you can [..] fire it" => "effects run [..], but you can [..] fire them"
2019-10-06 10:43:11 -07:00
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.
2019-10-02 11:35:01 -07:00
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.
2019-10-02 10:22:15 -07:00
Cheng Lou
453a3bd4f2 Swap order of increment and decrement in Counter examples (#2382)
I think UI-wise, decrement comes first.
2019-10-01 23:27:06 -07:00