yoeldovidcohen
c8aef5dc0d
Got this warning when using the former version ( #2693 )
The --typescript option has been deprecated and will be removed in a future release.
In future, please use --template typescript.
5 years ago
Dan Green
d7e9a52d7d
Updated strict-mode docs to use `UNSAFE_*` lifecycle method names ( #2683 )
* Updated strict-mode docs to use UNSAFE_ method names
The strict mode docs still reference the old `componentWill*` lifecycle method names, this updates them to be `UNSAFE_componentWill*`
* Tweaked docs to mention both unsafe lifecycle names
Co-authored-by: Brian Vaughn <brian.david.vaughn@gmail.com>
5 years ago
Christoph Nakazawa
aa8f663693
Change `very visible` to `noticeably` ( #2679 )
I believe the text in this paragraph is meant to say `visibly` but that alone is not expressive enough so `very` was added in front. I believe the correct unambiguous word to use here should be `noticeably`.
cc @gaearon
5 years ago
Rasmus Nilsson
3f64033e6e
Fix grammar ( #2676 )
5 years ago
David Cho-Lerat
99a18287c1
Update testing-environments.md ( #2665 )
Remove extraneous "both"
5 years ago
Ben Schwarz
dedacfbc53
Updated URL to react performance article ( #2670 )
5 years ago
numb86
1e4159d11d
Fix sample test code ( #2648 )
5 years ago
Evrim Persembe
24ebabd01e
Update "Refs and the DOM" documentation ( #2657 )
* Update "Refs and the DOM" documentation
As function components can now have state through hooks, remove the part that mentions converting a function component to a class component to be able to use state.
* Update refs-and-the-dom.md
Co-authored-by: Sophie Alpert <git@sophiebits.com>
5 years ago
Vinoth Kumar
071f5b0e16
Update introducing-jsx.md ( #2660 )
* Update introducing-jsx.md
* Fix formatting
Co-authored-by: Sophie Alpert <git@sophiebits.com>
5 years ago
Vinoth Kumar
f2cffb8ca4
Link is not working (Domain expried) ( #2636 )
5 years ago
Anthony Valera
fc0e690b4e
Changes variable declarations in code examples ( #2345 )
Converts a few `let` declarations for constant values to `const` in code examples
5 years ago
Sophie Alpert
6788666b0d
Make link text for toolchain setup clearer
Fixes #2437 .
5 years ago
Sophie Alpert
1e4023ed7d
Add note about skipped updates with noop setState
Fixes #2599 .
5 years ago
Sophie Alpert
f2920cc67b
Amend DOM measurement hooks example to be clear about shortcomings
Fixes #2556 .
5 years ago
Gergely Pap
4908a2f577
Update hooks-rules.md ( #2647 )
Updated information on ESLint plugin being included in Create React App.
5 years ago
jarstelfox
f90d199a61
Memo: Document behavior with useContext ( #2332 )
* Memo: Document behavior with useContext
It is not obvious that useContext and Memo work well together. Namely, if a child component listens to a context and updates out from under them memo'd function, does the memo'd component have the right state if re-rendered?
yes, actually. but this is undocumented. Now it's not!
* fix typo tigger -> trigger
* Add more detail to all relevant pages
Co-authored-by: Alex Krolick <alexkrolick@users.noreply.github.com>
Co-authored-by: Sophie Alpert <git@sophiebits.com>
5 years ago
Toru Kobayashi
5b6ad38880
prefer https to http for links ( #2643 )
5 years ago
tcope25
bc8e1986d4
Fix broken link ( #2642 )
The site doesn't load so it's best to link to the updated Github repo.
5 years ago
Amit Merchant
c908d00fea
Improved grammer. ( #2635 )
* Update handling-events.md
* Update handling-events.md
5 years ago
numb86
1dd4e325f0
Fix fragment identifier ( #2634 )
5 years ago
numb86
6e3fa6ae78
Fix fragment identifier ( #2619 )
5 years ago
Bartosz Kaszubowski
1b0fb08310
Fix React events package link in Codebase Overview ( #2618 )
5 years ago
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