Dan Abramov
b288802c59
Update RC blog post to use rc2
4 years ago
Brian Vaughn
fdd694f4c6
Tweaked v17 blog post effects changes ( #3273 )
4 years ago
Chris Wilson
ec07e80be0
Remove prev/next links from the Advanced Guide ( #3269 )
4 years ago
Sebastian Silbermann
954a16f1d3
Fix heading structure in tutorial ( #3260 )
4 years ago
Seth Webster
ca66ea27ec
Adds my github and twitter info ( #3257 )
4 years ago
matvii
197ea2842c
Add links to React Conf 2018, 2019 ( #3248 )
4 years ago
李鸿章
b24cabac64
Code the `null` and `undefined` values ( #3203 )
4 years ago
Evgeniy Boreyko
657658aa1f
Fix React Native Testing Library link ( #3240 )
4 years ago
Dave Nicolson
d79f1dd7c3
Update UMD build links to match npm ( #3239 )
4 years ago
Toru Kobayashi
da8ef8b0f6
Explain where act comes from ( #3237 )
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
4 years ago
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
4 years ago
MinYuan
f673d85616
Add `useLayoutEffect` to those hooks with deps ( #3232 )
4 years ago
Dan Abramov
39f09d6f42
fix more lins
4 years ago
Dan Abramov
baa4531bb4
fix link
4 years ago
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.
4 years ago
Dan Abramov
daf79b7311
Update blog post for RC1 ( #3231 )
* Update blog post for RC1
* Update 2020-08-10-react-v17-rc.md
4 years ago
Shihabudheen US
cd5b2ad74f
Prefixing `unstable_` ( #3226 )
Prefixed `unstable_` for the experimental ReactDOM.createRoot().
4 years ago
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>
4 years ago
Sebastian Silbermann
6a1e325098
Reference select guide instead of documenting selected attribute ( #3224 )
Co-authored-by: 宋文强 <pwnn@users.noreply.github.com>
4 years ago
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
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
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
R Nabors
64c51d419f
Adding a little feedback form to the bottom of each page using GA ( #3170 )
4 years ago
Dan Abramov
c89c382412
Remove Redux example
This page is focused on vanilla React examples.
5 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
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
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
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