nkalinos
c3c93e2a7f
added hyperlink for Netlify ( #3445 )
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
Nancy Heiss
446345cfba
fixing typo in tutorial readme ( #3639 )
Co-authored-by: Nancy Heiss <noreply>
4 years ago
ramadevsign
cde17832a4
docs: Add react learning path on frontend masters link ( #3628 )
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
4 years ago
ramadevsign
cf0f0f9375
docs: Fix broken links to React Conf videos ( #3629 )
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
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
Pavlos Vinieratos
3bff1ac3fb
update on RN and react 17 ( #3620 )
4 years ago
Niklas P
49fd7d5f11
Update reference-caveats-solution.js ( #3609 )
As referenced in https://reactjs.org/docs/context.html update the example to use the naming conventions used across the page.
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
OliverPrada
7626d6ce82
Add Chile Meetup Group ( #3584 )
4 years ago
Pradip
8aee286cc8
Testing Recipes - Timers: call useFakeTimers/userRealTimers before/after each test ( #3591 )
4 years ago
Dan Abramov
f5784cb138
Use React 17.0.2 ( #3590 )
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
annatartasyuk
9df266413b
Update link for React Case Study Festival 2021 ( #3556 )
4 years ago
annatartasyuk
80ecf431ca
Add React Case Study Festival 2021 ( #3553 )
* Update conferences.md
* Update conferences.md
Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
4 years ago
amahomet
4fa06486cd
Add React Fwdays conference ( #3537 )
* Add React Fwdays conference
* Update conferences.md
Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
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
Hamir Mahal
adfa67ad01
use "allowlist" in DOM Attributes in React 16 page ( #3532 )
4 years ago
Sean Moriarity
47e444a4e9
Increase clarity of Context documentation ( #3527 )
4 years ago
Nishant Singh
888d9eae7a
Fix URL to Egghead course "The Beginner's Guide to React" ( #3526 )
4 years ago
Yuki Takemoto
e89273e29d
Update node version of create-react-app ( #3522 )
4 years ago
Dan Abramov
02df22a20f
Fix redirects ( #3516 )
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
Caro Amarillo
35179e8593
Add Buenos Aires meetup to the list ( #3507 )
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
rod
5e2a231e02
Updated eslint-plugin-react to 7.21.5 & eslint-plugin-jsx-a11y to 6.4.1 ( #3370 )
These updates fix issue #3120 . The real problem was in jsx-ast-utils
which is a dependency of both eslint-plugin-react &
eslint-plugin-jsx-a11y
4 years ago
James K Nelson
ed88a240d9
Update courses.md ( #3495 )
4 years ago
dependabot[bot]
f45c5d4d2b
Bump socket.io from 2.3.0 to 2.4.1 ( #3494 )
Bumps [socket.io](https://github.com/socketio/socket.io ) from 2.3.0 to 2.4.1.
- [Release notes](https://github.com/socketio/socket.io/releases )
- [Changelog](https://github.com/socketio/socket.io/blob/2.4.1/CHANGELOG.md )
- [Commits](https://github.com/socketio/socket.io/compare/2.3.0...2.4.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Darsh Shah
d35b82cf63
fix: Remove duplicate conference links ( #3493 )
4 years ago
Dylan Westerhold
3844da103d
Changed yarn test-prod to yarn test --prod in contributing guide ( #3491 )
4 years ago
Alex Krolick
527f6e5a5e
add v15.6 legacy docs redirect ( #3464 )
* add v15.6 legacy docs redirect
Related to #3401
* fix json
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
Swapnal Shahil
7a11d71b38
Fix UI feedback when downvoting a page ( #3459 )
4 years ago
Robert Haritonov
bab33b9a13
Add React Summit remote 2021 ( #3451 )
4 years ago
Dan Abramov
ed421c0b95
Server Components blog post
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
dependabot[bot]
6349ec18a0
Bump ini from 1.3.5 to 1.3.8 ( #3450 )
4 years ago
Paul O’Shannessy
0ebb5b16b8
Redirect en.reactjs.org to reactjs.org ( #3446 )
Currently this resolves to the same Netlify site, but is an alias and just serves the same content. There's no good reason to support both domains, so redirect.
This pattern should not be copied into any translation sites.
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
lauchness
1fe2381fc8
Adding Halifax, Nova Scotia to the list of meetups ( #3419 )
4 years ago