Vinoth Kumar
f2cffb8ca4
Link is not working (Domain expried) ( #2636 )
2020-01-05 16:25:11 -10:00
Anthony Valera
fc0e690b4e
Changes variable declarations in code examples ( #2345 )
...
Converts a few `let` declarations for constant values to `const` in code examples
2020-01-03 01:53:52 +03:00
Sophie Alpert
6788666b0d
Make link text for toolchain setup clearer
...
Fixes #2437 .
2020-01-01 08:53:11 -08:00
Sophie Alpert
1e4023ed7d
Add note about skipped updates with noop setState
...
Fixes #2599 .
2020-01-01 08:40:36 -08:00
Sophie Alpert
f2920cc67b
Amend DOM measurement hooks example to be clear about shortcomings
...
Fixes #2556 .
2020-01-01 08:32:01 -08:00
Anthony Valera
4df9e544de
Adds San Diego JS to React.js community meetups ( #2650 )
...
San Diego JS holds a monthly meetup dedicated to React.js
2020-01-01 18:07:29 +03:00
Gergely Pap
4908a2f577
Update hooks-rules.md ( #2647 )
...
Updated information on ESLint plugin being included in Create React App.
2020-01-01 18:06:31 +03:00
Alexander Burakevych
9e22277ae6
Added ComponentsConf 2020 ( #2645 )
...
ComponentsConf 2020 takes place in Melbourne, Australia on 1st September 2020.
2020-01-01 18:04:19 +03:00
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 >
2019-12-31 13:51:08 -08:00
Toru Kobayashi
5b6ad38880
prefer https to http for links ( #2643 )
2019-12-28 01:38:55 +03:00
tcope25
bc8e1986d4
Fix broken link ( #2642 )
...
The site doesn't load so it's best to link to the updated Github repo.
2019-12-28 01:38:39 +03:00
Amit Merchant
c908d00fea
Improved grammer. ( #2635 )
...
* Update handling-events.md
* Update handling-events.md
2019-12-24 07:04:31 -08:00
Sophie Alpert
bcff94d304
Add Caleb Meredith to team acknowledgements
2019-12-23 18:43:00 -08:00
numb86
1dd4e325f0
Fix fragment identifier ( #2634 )
2019-12-22 00:44:50 +03:00
Remo Vetere
3035dec502
Update meetups.md ( #2629 )
2019-12-20 15:07:43 +03:00
yannsainty
c7ad27a51b
Update examples.md ( #2626 )
2019-12-19 20:05:18 +03:00
numb86
6e3fa6ae78
Fix fragment identifier ( #2619 )
2019-12-19 19:51:02 +03:00
Andrés
9751d023e1
Update meetups.md ( #2623 )
2019-12-19 19:47:49 +03:00
Bartosz Kaszubowski
1b0fb08310
Fix React events package link in Codebase Overview ( #2618 )
2019-12-19 19:46:12 +03:00
Dan
3ad6f57927
Add Chang Yan
2019-12-18 22:11:19 +00:00
Dan
6357f96159
Actually, make this a special thanks and add Adam
2019-12-18 22:07:31 +00:00
Dan
db44d1a168
Add Tomo to acknowledgements
2019-12-18 21:56:43 +00:00
shixiaomiaomiao
8af118139e
Update testing-recipes.md ( #2616 )
2019-12-18 11:19:58 -08:00
Benjamin Dunphy
a251ef1c4c
Community/Conferences/Add Reactathon conf 2020 to conferences.md ( #2624 )
2019-12-18 11:19:25 -08:00
Dan Abramov
6a438d86b3
Drop the comma
2019-12-18 17:17:37 +00:00
Dan Abramov
59512159b6
Fix grammar
2019-12-18 17:04:16 +00:00
Dan Abramov
6aa27cf9b2
Add missing header IDs and fix link
2019-12-18 17:00:16 +00:00
Dan Abramov
50b03762e0
Add the Team page ( #2622 )
2019-12-18 16:52:02 +00:00
Jake Hedman
401b97e959
Add missing whitespace ( #2610 )
2019-12-16 09:53:23 +03:00
Brian Vaughn
5a840c9880
Add redirect from /stories to medium.com/react-community-stories ( #2609 )
2019-12-12 17:00:03 +00: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
Timo Mämecke
e0a0ec3dad
Add React Barcamp Cologne 2020 to Conferences ( #2594 )
...
* Add React Barcamp Cologne 2020 to Conferences
* Update conferences.md
Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com >
2019-11-28 22:14:48 +03:00
Timo Mämecke
a46ed60086
Add React Cologne to meetups ( #2595 )
2019-11-28 22:12:42 +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
Robert Martin
99b7901887
Update examples.md ( #2581 )
...
Fix minor typos
2019-11-25 12:32:13 +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
Silviya Boteva
598de22703
Add Developer Productivity Tips article ( #2569 )
...
* Add Developer Productivity Tips article
* Update the URL
* Update
2019-11-25 12:25:37 +03:00
Joe Maddalone
dd605354e0
Add React Loop 2020 ( #2574 )
...
* Add React Loop 2020
* Update conferences.md
Co-authored-by: Joe Maddalone <>
Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com >
2019-11-25 12:24:32 +03:00
Kent C. Dodds
4dfde3eb02
fix typo in concurrent mode/suspense blog post ( #2565 )
2019-11-25 12:19:22 +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
Luna Ruan
0fb4b10aeb
Update for 16.12 ( #2568 )
2019-11-14 19:03:35 -08:00
Tigran Matsakyan
bbea522119
fix code style in concurrent-mode-reference.md ( #2553 )
2019-11-11 13:21:35 +03:00
Nat Alison
0be8b72fcb
Add Haitian Creole and Tagalog
2019-11-09 20:39:20 -08: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