Toru Kobayashi
da8ef8b0f6
Explain where act comes from ( #3237 )
...
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com >
2020-09-02 09:31:52 +02:00
Kavin Desi Valli
d493015fb7
Fix Navbar covering heading while using anchor in docs ( #3235 )
...
* Fix Navbar covering heading while using anchor in docs
* reduced number of lines of code from 2 to 1
* Forgot to do tests before. Have done those now with no errors
2020-09-01 22:56:51 -04:00
kamlesh tajpuri
25cc703d1f
Updating the docs to reflect the fact that React.memo can be used wit… ( #3159 )
...
* Updating the docs to reflect the fact that React.memo can be used with both class and functional components
* removed misleading para
2020-08-30 18:31:45 +01:00
MinYuan
f673d85616
Add useLayoutEffect to those hooks with deps ( #3232 )
2020-08-30 12:04:03 +02:00
Dan Abramov
39f09d6f42
fix more lins
2020-08-28 13:43:37 +01:00
Dan Abramov
baa4531bb4
fix link
2020-08-28 13:18:49 +01:00
Robert Haritonov
476373718b
Update conferences list based on 2020 COVID cancellations ( #3144 )
...
Disclaimer: I'm an organiser of React Summit, React Advanced London and React Day Berlin - changes proposed in this PR is a small effort to actualise the list of events next to updating our own event dates
Next to updating own conference dates, I've made following changes:
* Removed 2020 events that, based on the current information from their websites, are cancelled or postponed without a new date
* Moved 2020 events that have actually ran to the "past events" section
* Updated dates of some events in 2020 that have not announced their cancellation, but moved dates within this year
What I didn't do:
* I haven't added 2020 cancelled events with their assumed 2021 dates, as it's up to organizers to confirm those and re-add
* To stay consistent with point above - I'm also not adding our (GitNation - React Summit, React Advanced) cancelled event dates that moved to 2021
* Conferences that have a past dates, but has not clear statement on the website about cancellation have not been removed, but rather moved to "past events" section
The information is relevant as of today's date - during these hard times plans do change frequently, so some information may be outdated by the time this PR is merged. I'll be happy to provide amends until it's merged.
2020-08-28 13:04:31 +01:00
Dan Abramov
daf79b7311
Update blog post for RC1 ( #3231 )
...
* Update blog post for RC1
* Update 2020-08-10-react-v17-rc.md
2020-08-28 13:03:35 +01:00
Shihabudheen US
cd5b2ad74f
Prefixing unstable_ ( #3226 )
...
Prefixed `unstable_` for the experimental ReactDOM.createRoot().
2020-08-24 20:43:30 +01:00
Eduard Poracký
d16f1ee795
Add next and previous links to Advanced Guides ( #540 )
...
Co-authored-by: Eduard Poracký <eporacky@trionyx.sk >
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com >
2020-08-23 19:44:57 +02:00
Sebastian Silbermann
6a1e325098
Reference select guide instead of documenting selected attribute ( #3224 )
...
Co-authored-by: 宋文强 <pwnn@users.noreply.github.com >
2020-08-23 19:38:06 +02:00
Edgar Muentes
860a510d38
Clarify that synthetic events aren’t exactly the same as native events ( #866 )
...
Co-authored-by: Edgar Muentes <Edgar.Muentes@aexp.com >
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com >
2020-08-23 19:33:54 +02:00
Eduard Rastoropov
b9c59963ff
Add possible element types that accept propTypes ( #386 )
...
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com >
2020-08-23 19:06:50 +02:00
Alireza Ayinmehr
e2c2fe2642
Sync Reservation Component with CodePen example ( #3221 )
2020-08-22 08:56:12 +02:00
PhistucK
c64ee93706
Mentioned that value is supported in <select> ( #3217 )
2020-08-20 16:32:20 +02:00
Jad Joubran
019a989b03
Add React Tutorial ( #2916 )
2020-08-20 10:04:04 +01:00
HKalbasi
fb71011c30
Replace old babel plugin link with new one ( #3215 )
2020-08-19 20:51:12 +01:00
Vladimir Razuvaev
81bfee964d
Fix issues on Windows ( #3213 )
...
* Upgrade gatsby-remark-code-repls
* fix path issue on Windows
Gatsby uses `slash` to normalize paths. Because of this `path.join` causes an issue on Windows
2020-08-19 14:12:35 -04:00
Dan Abramov
1cc8aa3f03
Remove outdated comparison
2020-08-19 19:08:47 +01:00
ankitshaw42
d0587fc88c
Update link for Glitch: React Starter Kit ( #3212 )
...
Remove a trailing slash in link which was causing redirect to a not found page.
2020-08-19 13:16:41 +01:00
石发磊
f21896aee4
missing export default for contact.js ( #3209 )
2020-08-18 22:26:33 -04:00
CY Lim
87dcdbedc3
added short url for warning message ( #3199 )
2020-08-14 13:12:00 +01:00
Dan Abramov
c30ff1e39b
Add onFocusIn note
2020-08-11 13:29:36 +01:00
QiChang Li
304535ade1
chore: supplementary title ( #3191 )
2020-08-11 11:23:42 +01:00
Dan Abramov
1a6be46924
Clarifications
2020-08-11 11:09:46 +01:00
Craig Kovatch
4ac8fd7f35
Update 2020-08-10-react-v17-rc.md ( #3190 )
...
Use modern syntax for a capture-phase event listener example: flags object rather than raw boolean
2020-08-11 01:06:38 +01:00
Dan Abramov
7d7c3c541f
Update 2020-08-10-react-v17-rc.md
2020-08-10 21:42:59 +01:00
Dan Abramov
e36edae83c
React 17 RC release blog post ( #3185 )
...
* New blog post
* Apply suggestions from code review
Co-authored-by: Toru Kobayashi <koba0004@gmail.com >
* Add an illustration by @rachelnabors
* Co-credit the post
* Add changelog
* say it again
* Add a section
Co-authored-by: Toru Kobayashi <koba0004@gmail.com >
Co-authored-by: Rachel Nabors <rachelnabors@gmail.com >
2020-08-10 21:24:42 +01:00
Dan Abramov
80c16779a7
Regenerate lockfile
2020-08-07 21:20:41 +01:00
R Nabors
38ea5732dc
Adding FB OSS header to GA analytics flow type ( #3175 )
2020-08-06 13:23:30 +01:00
R Nabors
dbed3cf411
Removing those darn quotes. ( #3172 )
2020-08-04 19:58:42 +01:00
R Nabors
64c51d419f
Adding a little feedback form to the bottom of each page using GA ( #3170 )
2020-08-04 17:16:25 +01:00
David Barratt
08503a8318
Make og:type article for markdown pages ( #3146 ) ( #3147 )
2020-08-04 11:07:56 +01:00
Dan Abramov
c89c382412
Remove Redux example
...
This page is focused on vanilla React examples.
2020-07-31 21:31:16 +01:00
epsi
63332462bb
Update hooks-overview.md ( #3110 )
...
* Update hooks-overview.md
Changed 'is' -> 'are'
* Update content/docs/hooks-overview.md
Co-authored-by: Ricky <rickhanlonii@gmail.com >
Co-authored-by: Ricky <rickhanlonii@gmail.com >
2020-07-26 23:25:28 -04:00
Rusimbi Patrick
bb8b0147a8
Fix community anchor link to make it clear on all desktop/laptop screens ( #3134 )
2020-07-25 23:47:58 -04:00
Dowen Robinson
24f47fbc1e
Removed deadlink from Event System section and added correct links ( #3136 )
...
* Removed deadlink from Event System section and added correct links
* Changed wording of Event System section and removed react-native events link
* Update codebase-overview.md
Co-authored-by: Dowen Robinson <drobinson@ad.accelclaims.com >
Co-authored-by: Dan Abramov <dan.abramov@gmail.com >
2020-07-24 19:44:56 +01:00
Julius Wilson Lundang
13ea21cc0d
Updated "Not supported" versions ( #3135 )
2020-07-23 11:14:56 +01:00
Anna J McDougall
7eb5d8ce40
Fix minor grammatical error (missing comma) ( #3133 )
2020-07-22 19:04:14 +01:00
Rafaela Ferro
2bf673bcfb
Channel naming was "Stable" instead of "Latest" ( #3131 )
2020-07-22 13:27:16 +01:00
Elia Maino
6b45b652d6
Update urls of tools examples ( #3123 )
...
* Update urls of tools examples
Some urls are outdated, they still redirect to the correct page but for example the info you can see on the bottom left of the page to know which page you're about to visit when hovering the link is wrong.
- https://github.com/facebookincubator/create-react-app -> https://github.com/facebook/create-react-app
- https://github.com/zeit/next.js/ -> https://github.com/vercel/next.js
* Provide urls to tools websites instead of GH repos
2020-07-20 17:04:59 +01:00
Dan Abramov
ee75c29757
Team Page: Move Dominic and Yuzhi to acknowledgements ( #3117 )
2020-07-17 16:58:35 +01:00
Seth Webster
0f01e6666a
Adds Seth to Team Page ( #3116 )
2020-07-17 16:52:03 +01:00
shyamsn00
f3e55c8ce8
Correct grammar in conditional-rendering.md ( #3095 )
...
* Correct grammar in conditional-rendering.md
* Correct grammar in content/docs/conditional-rendering.md
2020-07-16 21:39:41 -04:00
Ricky
7d72c89869
Add Ricky to team page ( #3112 )
2020-07-16 14:17:26 -04:00
Saswata Mukherjee
0ad7e3a1f9
Correct broken link in acknowledgements.html.js ( #3111 )
2020-07-16 15:49:49 +01:00
RedasP
dea363ed7d
Update 2016-07-13-mixins-considered-harmful.md ( #3096 )
...
typo
2020-07-10 10:00:19 -04:00
Nikhil Sharma
a09854032a
fixed issue of profile link broken for react v16.13.0 blog post ( #3094 )
...
Co-authored-by: Nikhil Sharma <nikhilsharma@Nikhils-MacBook-Pro.local >
2020-07-09 22:20:05 -04:00
Kate Efimova
649298b77d
Add sidebar item padding ( #3090 )
...
* Added padding to the left and to the right
* Switched it to MetaTitle
2020-07-07 23:40:46 -04:00
Brian Vaughn
72b9b1aab8
Added Privacy and Terms footer links ( #3087 )
2020-07-07 11:32:39 -04:00