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
Michael Hienle
4136300bff
Mention Rollup ( #2379 )
5 years ago
Bouwe K. Westerdijk
647b639259
React Router also supports hooks now ( #2374 )
5 years ago
Michael Lustig
9705d2796b
Fix error ( #2370 )
5 years ago
Andrew Clark
36651d721a
Update outdated info in contributing doc ( #2369 )
The sections on branch organization and versioning were outdated. I also
added a section on feature flags.
5 years ago
Andrew Clark
db0dc83473
Update Versioning FAQ ( #2368 )
* Update Versioning FAQ
Includes a new section describing our approach to minor releases, and
why they don't always include new features.
* Brian's edits
* Delete the adverb
5 years ago
Mojtaba Izadmehr
5cdb85b5e5
Add doc for context displayaName ( #2367 )
* Add doc for context displayaName
* Add highlight for js doc
* Fix context display name link
* Fix context displayName comment
5 years ago
Cool4ZBL
2efb26ee47
Update hooks-faq.md ( #2340 )
Add missing `{`
5 years ago
Sergei Cherniaev
1f2b1dae94
Docs: a typo and bottom nav links ( #2339 )
* typo fixed
* bottom nav links on previous and next articles removed like in other advanced guides
5 years ago
Jacob Bandes-Storch
ec0cf5cf2c
Update CodeSplitting to clarify that lazy() must be used with Suspense ( #2306 )
* Update CodeSplitting to clarify that lazy() must be used with Suspense
* Update code-splitting.md
5 years ago
Adro.codes
8cf11dc3e9
Update web-components.md ( #2333 )
Updated custom-elements-es5-adapter link. Pointed to a repo that has moved.
5 years ago
Rootul Patel
fb8fdb8f6a
Improve grammar ( #2331 )
Remove extraneous "as"
5 years ago
Gjum
f732f259ae
Add missing comma ( #2315 )
Fixes syntax error
5 years ago
Arshita Kakkar
941f54180e
Update getting-started.md ( #2312 )
Line 122 -
Updated the hyperlink from "[on a separate page"] to "on a [separate page]".
5 years ago
Paul O’Shannessy
3eb3ed9fd8
Adopt the Contributor Covenant ( #2311 )
5 years ago
Andrew
24cced1a9b
Remove duplication ( #2308 )
5 years ago
Sanghyeon Lee
b0a55fbff3
Edit the location of react-events package more precisely ( #2297 )
5 years ago
Michael Antczak
6b3891ad39
Update link to stable React versions in docs ( #2293 )
It currently points to download page which I think does not exist anymore, just redirects to getting started instead.
5 years ago
Sergei Cherniaev
519a3aec91
missed link in fast navigation added ( #2289 )
5 years ago
Shubham Tiwari
ac9f9f1a4a
fixing broken link ( #2281 )
5 years ago
Parnab Sanyal
c7f56456ec
Added Formik in the list of libraries, which use render props ( #2287 )
5 years ago
Alan Zhang
4a7cc4a7f1
fix links ( #2257 )
5 years ago