Commit Graph

1783 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
shwetapal
3fc860ae8d Added React Native Bangalore Meetup Group (#3058) 2020-07-06 12:33:39 -04:00
Siju Samson
1913f358fc Release Channels page in the docs doesn't have "Previous article" or "Next article" links => Issue Resolved (#3082) 2020-07-04 19:46:20 +01:00
Moni
e548bd7e65 Update 2013-10-16-react-v0.5.0.md (#2945) 2020-06-17 10:46:18 -07:00
⚡ Saif Al Falah
09ba5458bf Fixing the infinitive (#3032) 2020-06-17 12:48:13 +01:00
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.
2020-06-16 11:59:11 -07:00
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
2020-06-05 17:14:53 -07:00
Siju Samson
29e9867197 [Documentation] [Main concepts: State and Lifecycle] (#2981)
Co-authored-by: R Nabors <rachelnabors@users.noreply.github.com>
2020-05-29 17:31:21 +01:00
Nick McCurdy
bf2049d07d Fix incorrect section and out-of-date info for "Road to React" course (#2968) 2020-05-29 16:09:31 +01:00
Andrew MacGinitie
6990d69854 corrected preposition in tutorial.md (#2986) 2020-05-29 16:02:59 +01:00
Viral-Inc
ad8fc4904c 2 Typos (#2988)
minor
2020-05-29 16:02:01 +01:00
Jack Hsu
f81b909ce9 Add a link to Nx under the Flexible Toolchains section (#2979) 2020-05-22 17:28:39 +01:00
a-oz
4e0e1eb870 Update lists-and-keys.md: eliminate huge space between properties (#2980) 2020-05-19 21:16:19 -07:00
Arif Zuhairi
bc91fe4101 Update cdn-links.html (#2957)
link to next article is wrong. It should be release-channels.html, not hello-world.html
2020-05-09 22:49:27 +03:00
Farjad Fazli
0075e554dd Corrected typo/grammar issue (#2943) 2020-05-06 11:50:03 -07:00
Dan Abramov
77d3c2fa8e Move Nicolas to team alumni (#2948) 2020-05-04 20:42:01 +01:00
imed jaberi
dea4f329ea update the status of Persian and Hungarian translation .. (#2906) 2020-04-15 12:44:02 -07:00
Robert Haritonov
b3c7f04158 Update React Summit, React Advanced, React Day Berlin (#2899) 2020-04-09 11:08:34 -07:00
Andreas Keller
ac2ecb39d6 Add awesomereact.com to external resources (#481)
Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
2020-04-08 17:16:51 +01:00
Dan Abramov
af34294227 Add Snap Shot to Examples (#2737) 2020-04-08 17:11:15 +01:00
Arnab Datta
8c4390960f My small react counter application added (#1912)
This is a very basic app but useful to understand the React Components, states, Data Flow, parent to child etc. .

Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
2020-04-08 16:55:04 +01:00
Rahul Pandey
05585957fc Update examples.md with React Image Compressor (#2559)
Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
2020-04-08 15:11:10 +01:00
Harmanpreet Singh
17d028b40b react tutorial solutions added to examples page (#1399)
Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
2020-04-08 15:01:40 +01:00
Dan Abramov
1455434d71 Trim down examples (#2891) 2020-04-08 14:56:31 +01:00
Sunil Pai
562bf36aed Remove Sunil from team page (#2887)
Removes Sunil from the team, and move to acknowledgements.
I also moved Sasha so it's sorted correctly
2020-04-07 13:41:12 +01:00
mattc41190
12bae06313 Minor grammar fix (#2881) 2020-04-07 10:27:54 +03:00