Andrew Clark
7b0aecbe6d
New post: The Plan for React 18 ( #3729 )
* New post: The Plan for React 18
* Mark CM docs as stale
* Update content/blog/2021-06-08-the-plan-for-react-18.md
Co-authored-by: Ricky <rickhanlonii@gmail.com>
* Simplify
Co-authored-by: Dan Abramov <dan.abramov@me.com>
Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
Co-authored-by: Ricky <rickhanlonii@gmail.com>
4 years ago
Luke Ingalls
68e4efcf93
Added missing comma and removed a few redundant words ( #3725 )
4 years ago
tfrank11
ff68780a27
Fixed typo inside concurrent-mode-reference.md ( #3716 )
4 years ago
Andrea Tupini
6618bcc734
Fix broken link to devtools ( #3715 )
4 years ago
CodeChari
ec2d0adcb4
Updating name of variable to which returned value of setState is assigned ( #3701 )
in CodePen it is 'prevState' and in the tutorial, it is 'state', which creates confusion.
4 years ago
Dan Abramov
91cfb4e72c
Change example to use a <form> ( #3697 )
4 years ago
Asher Oloo
e60bca04f3
Fixed a minor typo in a comment ( #3685 )
4 years ago
Marisha Parker
12b08e47bf
Update addons-test-utils.md ( #3660 )
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
4 years ago
m019m1
5119600cf6
Include where `setState` is comming from ( #3652 )
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
4 years ago
danield770
8251eabd38
`lifecycle` -> `lifecycle method` ( #3650 )
4 years ago
Bryn Dyment
420c397483
Update code-splitting.md (setup → set up) ( #3643 )
(`setup` is the noun form and `set up` is the verb form.)
4 years ago
Brian Vaughn
8e0ed8f899
Removed createBlockingRoot API docs and added a warning note ( #3642 )
4 years ago
Yuxiang Yang
968f091595
update Optimizing Performance section ( #3605 ) ( #3623 )
Co-authored-by: Ethan Yang <yuxaing.yang@amh-group.com>
4 years ago
ilovepullrequests
c9efa5e266
Correct grammar ( #3608 )
Change 'was' to 'were'.
4 years ago
vikram menon
c970f75a0a
Fix 404 broken link for createFragmentContainer ( #3598 )
4 years ago
Pradip
8aee286cc8
Testing Recipes - Timers: call useFakeTimers/userRealTimers before/after each test ( #3591 )
4 years ago
Juno Tesoro
df2fbde3b5
Fix typos in error-boundaries.md ( #3586 )
Add missing "how" and "an"
4 years ago
William Wong
54a331d7ef
Mention useReducer as a cause of rerender in React.memo ( #3576 )
4 years ago
Ty Mick
364c661385
Clarify the definition of "inside conditions" ( #3542 )
* Clarify the definition of "inside conditions"
* Make clarification more concise
Co-authored-by: Ricky <rickhanlonii@gmail.com>
* Remove accidental extra period
Co-authored-by: Ricky <rickhanlonii@gmail.com>
4 years ago
Eric Tsai
f73dcf1b88
Updated paths to UMD builds for React and React-DOM in 'How to Contribute' page ( #3523 )
4 years ago
Sean Moriarity
47e444a4e9
Increase clarity of Context documentation ( #3527 )
4 years ago
Yuki Takemoto
e89273e29d
Update node version of create-react-app ( #3522 )
4 years ago
DaniBedz
ef85b1b0fd
Update typechecking-with-proptypes.md ( #3513 )
Typo: "allow PropTypes to be proper applied" => "allow PropTypes to be properly applied"
4 years ago
Lakshmi Narasimhulu Gujjula
ea0711ec61
Fix broken link in how-to-contribute ( #3508 )
4 years ago
Sarang Kartikey
7b8a9cc67d
added react/jsx in development flow steps for building react ( #3505 )
Co-authored-by: Sarang Kartikey <sarangkartikey@sarangkartikey.local>
4 years ago
Dylan Westerhold
3844da103d
Changed yarn test-prod to yarn test --prod in contributing guide ( #3491 )
4 years ago
Rami Sabbagh
532de4fea2
Highlight all modified lines in the React forms example ( #3486 )
The change at line 21 was not highlighted, which has been modified with the `handleSubmit` handler added.
4 years ago
Amen SOUISSI
82b8c9f2ab
remove componentWillMount/WillReceiveProps ( #3475 )
4 years ago
George Bradley
923629258f
first issue: add missing comma ( #3452 )
Co-authored-by: gbradleypro <gbradleypro@gmail.com>
Co-authored-by: eps1lon <silbermann.sebastian@gmail.com>
4 years ago
Daniel O’Connor
4fc709d057
Add React 17 release date to versioning policy ( #3428 )
4 years ago
Luckner
c8d19412dd
Fix typo in Introducing JSX snippet ( #3417 ) ( #3418 )
4 years ago
joan xie
e9da0fa160
Update strict-mode.md ( #3426 )
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
4 years ago
Edward
5e437a10ed
Change tabIndex to match the types (string to number) ( #3409 )
Co-authored-by: Edward Baggott <edward.baggott@shellenergy.co.uk>
4 years ago
Renato Alves
446ba517d7
Add PropType instructions for function components ( #3403 )
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
4 years ago
Nathan Novielli
28e7b103a5
Update the broken links in the Overview section ( #3394 )
4 years ago
Yuqing Chen
b2363564ab
fix: typo ( #3388 )
4 years ago
Abhishek Jain
957276e1e9
Update typechecking-with-proptypes.md with a minor addition ( #3386 )
4 years ago
zytjs
fc6e864f1d
Update legacy-event-pooling.md ( #3380 )
4 years ago
Federico Zivolo
eafba20b3d
docs: document prod vs dev behavior difference in componentDidCatch ( #2168 )
4 years ago
MohammadReza
f595f22c72
Added reconciliation link. ( #2614 )
Co-authored-by: Sunil Pai <threepointone@oculus.com>
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
4 years ago
Wojciech Golaszewski
a9239a586e
More explicit docs about uncontrolled forms. ( #3382 )
4 years ago
Corentin Smith
9b8dee54f2
Remove reference to babel-polyfill ( #3381 )
4 years ago
krizinx
ab2e95f0ce
Update faq-ajax.md ( #3363 )
Changed item.name in key property to item.id
4 years ago
Scott Siegel
8e4b0bca81
Fix missing "in" typo ( #3359 )
4 years ago
Jhon Mike
18ac8f7197
minor adjustments to the documentation ( #3354 )
4 years ago
Dan Abramov
1d40cf0ac9
Remove broken Glitch template ( #3350 )
This is
1) using real CRA unnecessarily despite being in the browser so is slow to boot
2) shows "error" immediately to me and doesn't load
3) doesn't seem to get updated with newer React releases
We can readd it if it's fixed and doesn't have these problems (which none of the other templates do).
4 years ago
Sam Bigelow
21fe4c829b
Fix a grammatical error in Context.md ( #3352 )
4 years ago
Dan Abramov
6682068641
Tweak event delegation notes
4 years ago
Dan Abramov
16a03c0c60
Add note about onScroll in 17
4 years ago
Dylan Pierce
4a62c0ab77
More docs onFocus and onBlur events ( #3044 )
* More docs onFocus and onBlur events
Including more substantial documentation around the `onFocus` and `onBlur` events that aren't so common sense on first look.
* Update content/docs/reference-events.md
Co-authored-by: Darsh Shah <imdarshshah@gmail.com>
* Update reference-events.md
Adding an example of `relatedTarget` to determine orgin of onblur or onfocus events
* Update reference-events.md
* Update content/docs/reference-events.md
Fixing `onBlur` example bug.
Co-authored-by: Darsh Shah <imdarshshah@gmail.com>
* Update reference-events.md
Fixing spacing in `onBlur` `onFocus` examples and tagging them with `javascript`
* Update reference-events.md
* Update reference-events.md
* Update reference-events.md
Co-authored-by: Darsh Shah <imdarshshah@gmail.com>
Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
4 years ago