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>
4 years ago
Eduard Rastoropov
b9c59963ff
Add possible element types that accept propTypes ( #386 )
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
4 years ago
Alireza Ayinmehr
e2c2fe2642
Sync Reservation Component with CodePen example ( #3221 )
4 years ago
PhistucK
c64ee93706
Mentioned that `value` is supported in `<select>` ( #3217 )
4 years ago
Jad Joubran
019a989b03
Add React Tutorial ( #2916 )
4 years ago
HKalbasi
fb71011c30
Replace old babel plugin link with new one ( #3215 )
4 years ago
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
4 years ago
Dan Abramov
1cc8aa3f03
Remove outdated comparison
4 years ago
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.
4 years ago
石发磊
f21896aee4
missing export default for contact.js ( #3209 )
4 years ago
CY Lim
87dcdbedc3
added short url for warning message ( #3199 )
4 years ago
Dan Abramov
c30ff1e39b
Add onFocusIn note
4 years ago
QiChang Li
304535ade1
chore: supplementary title ( #3191 )
4 years ago
Dan Abramov
1a6be46924
Clarifications
4 years ago
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
4 years ago
Dan Abramov
7d7c3c541f
Update 2020-08-10-react-v17-rc.md
4 years ago
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>
4 years ago
Dan Abramov
80c16779a7
Regenerate lockfile
4 years ago
R Nabors
38ea5732dc
Adding FB OSS header to GA analytics flow type ( #3175 )
4 years ago
R Nabors
dbed3cf411
Removing those darn quotes. ( #3172 )
4 years ago
R Nabors
64c51d419f
Adding a little feedback form to the bottom of each page using GA ( #3170 )
4 years ago
David Barratt
08503a8318
Make og:type article for markdown pages ( #3146 ) ( #3147 )
4 years ago
Dan Abramov
c89c382412
Remove Redux example
This page is focused on vanilla React examples.
4 years ago
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>
5 years ago
Rusimbi Patrick
bb8b0147a8
Fix community anchor link to make it clear on all desktop/laptop screens ( #3134 )
5 years ago
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>
5 years ago
Julius Wilson Lundang
13ea21cc0d
Updated "Not supported" versions ( #3135 )
5 years ago
Anna J McDougall
7eb5d8ce40
Fix minor grammatical error (missing comma) ( #3133 )
5 years ago
Rafaela Ferro
2bf673bcfb
Channel naming was "Stable" instead of "Latest" ( #3131 )
5 years ago
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
5 years ago
Dan Abramov
ee75c29757
Team Page: Move Dominic and Yuzhi to acknowledgements ( #3117 )
5 years ago
Seth Webster
0f01e6666a
Adds Seth to Team Page ( #3116 )
5 years ago
shyamsn00
f3e55c8ce8
Correct grammar in conditional-rendering.md ( #3095 )
* Correct grammar in conditional-rendering.md
* Correct grammar in content/docs/conditional-rendering.md
5 years ago
Ricky
7d72c89869
Add Ricky to team page ( #3112 )
5 years ago
Saswata Mukherjee
0ad7e3a1f9
Correct broken link in acknowledgements.html.js ( #3111 )
5 years ago
RedasP
dea363ed7d
Update 2016-07-13-mixins-considered-harmful.md ( #3096 )
typo
5 years ago
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>
5 years ago
Kate Efimova
649298b77d
Add sidebar item padding ( #3090 )
* Added padding to the left and to the right
* Switched it to MetaTitle
5 years ago
Brian Vaughn
72b9b1aab8
Added Privacy and Terms footer links ( #3087 )
5 years ago
Brian Vaughn
d603d48959
Added copyright header to CSS files ( #3089 )
5 years ago
Brian Vaughn
3e4f2687c6
Update copyright headers ( #3086 )
Added and updated copyright headers.
Added some missing Flow types.
Removed an invalid prop-types import.
5 years ago
shwetapal
3fc860ae8d
Added React Native Bangalore Meetup Group ( #3058 )
5 years ago
Siju Samson
1913f358fc
Release Channels page in the docs doesn't have "Previous article" or "Next article" links => Issue Resolved ( #3082 )
5 years ago
Moni
e548bd7e65
Update 2013-10-16-react-v0.5.0.md ( #2945 )
5 years ago
⚡ Saif Al Falah
09ba5458bf
Fixing the infinitive ( #3032 )
5 years ago
Cory House
d58e9d0ed6
Update object spread syntax description ( #3036 )
Removed reference to it being experimental. Changed link to MDN. Mentioned version where it was added.
5 years ago
Sunil Pai
c9b990070f
remove grayscale treatment ( #3024 )
As per https://twitter.com/sliminality/status/1269033413488459776 , there's feedback that the contrast isn't great for reading. I myself have trouble with low contrast text, (and long sightedness), and I thought it was fine. I was clearly mistaken. Removing this for now to get back to a non harmful position, and we can decide later what to do instead.
5 years ago
Ricky
6bb0d33e0c
Clarify language in components-and-props.md ( #3020 )
* Clarify language in components-and-props.md
This is a nit for a few reasons:
- The point that extracting a component that "is complex enough on its own" means that it's not necessarily reusable.
- Extracting the components listed in the same sentence (e.g. App) are not necessarily reusable.
- This ends the section "Extracting Components" with a reference to extraction instead of re-usability.
- This delimits extracting into a separate component from creating a re-usable component.
* Update components-and-props.md
* Update components-and-props.md
5 years ago
Dan Abramov
7aace64d6a
Fix flow
5 years ago
Dan Abramov
76f696dc8c
CSS fixes for BLM styling
5 years ago