Commit Graph

1854 Commits

Author SHA1 Message Date
Federico Zivolo
95894a159f specify required option to use Flow with new JSX transform (#3353) 2020-10-26 20:33:36 +00:00
Dan Abramov
1d40cf0ac9 Remove broken Glitch template (#3350)
This is

1) using real CRA unnecessarily despite being in the browser so is slow to boot
2) shows "error" immediately to me and doesn't load
3) doesn't seem to get updated with newer React releases

We can readd it if it's fixed and doesn't have these problems (which none of the other templates do).
2020-10-26 18:20:00 +00:00
Sam Bigelow
21fe4c829b Fix a grammatical error in Context.md (#3352) 2020-10-26 16:40:37 +01:00
Dan Abramov
6682068641 Tweak event delegation notes 2020-10-23 22:59:13 +01:00
Dan Abramov
16a03c0c60 Add note about onScroll in 17 2020-10-23 22:55:31 +01:00
Dylan Pierce
4a62c0ab77 More docs onFocus and onBlur events (#3044)
* More docs onFocus and onBlur events

Including more substantial documentation around the `onFocus` and `onBlur` events that aren't so common sense on first look.

* Update content/docs/reference-events.md

Co-authored-by: Darsh Shah <imdarshshah@gmail.com>

* Update reference-events.md

Adding an example of `relatedTarget` to determine orgin of onblur or onfocus events

* Update reference-events.md

* Update content/docs/reference-events.md

Fixing `onBlur` example bug.

Co-authored-by: Darsh Shah <imdarshshah@gmail.com>

* Update reference-events.md

Fixing spacing in `onBlur` `onFocus` examples and tagging them with `javascript`

* Update reference-events.md

* Update reference-events.md

* Update reference-events.md

Co-authored-by: Darsh Shah <imdarshshah@gmail.com>
Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
2020-10-23 22:54:07 +01:00
Dan Abramov
02d17e4217 Update more docs to 17 (#3345) 2020-10-23 21:21:14 +01:00
Toru Kobayashi
64d067f2c0 Remove event pooling and SyntheticEvent#persist from documents (#3207)
* remove event pooling and SyntheticEvent#persist from documents

Syntheticevent#event exists in v17, but it does nothing at the version

* add a page for legacy event pooling for _redirects

* add a warning e.persist() is no longer pooled

* Update legacy-event-pooling.md

* docs: update a redirect link for event pooling

* Update legacy-event-pooling.md

* Update legacy-event-pooling.md

* Update reference-events.md

Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
2020-10-23 21:14:24 +01:00
Dan Abramov
433acaa34d Update to 17.0.1 2020-10-22 13:27:57 +01:00
Dan Abramov
55f1662337 Update to React 17 (#3343) 2020-10-20 21:57:29 +01:00
Dan Abramov
bb717c76bf React 17 blog post (#3335)
* React 17 blog post

* Add RN paragraph
2020-10-20 21:45:58 +01:00
buoyantair
4e6cee1f82 Update error code extraction script link (#3319) 2020-10-18 16:45:31 +02:00
Dan Abramov
93b3ab9412 Add a note for library authors to JSX blog post (#3339)
* Add a note for library authors to JSX blog post

* Update 2020-09-22-introducing-the-new-jsx-transform.md
2020-10-17 11:20:32 +01:00
John Larsen
d78b121c39 Fix backport typo from 16.14.10 to 16.14.0 (#3334) 2020-10-15 10:58:52 +01:00
Dan Abramov
b5003c10d1 Update for the new releases 2020-10-14 21:05:59 +01:00
Ezio Tedeschi
8c2865e3ab fix(content/docs): Fix broken link (#3329)
Change broken link in documentation for Babel editors.
2020-10-14 11:46:12 +02:00
Greg Sheppard
ddc3457aac Add Kent Dodds's new Epic React course (#3321) 2020-10-13 14:03:50 -07:00
Kiriakos Naiskes
d50460490f Fix ajax hooks example (#3322) 2020-10-13 12:10:49 -07:00
Alexey Pyltsyn
371156e9c3 Remove line breaks to simplify syncs 2020-10-13 10:32:30 +03:00
Dan Abramov
bd0c9d8c5f Add changelog entry 2020-10-09 17:54:10 +01:00
Dan Abramov
b4a3bc7d0d Grammar 2020-10-09 17:48:57 +01:00
davidblnc
07bb013f9f Add missing word to latest blog post (#3320)
* Add missing word to latest blog post

* Change sentence to past tense
2020-10-09 13:44:28 +01:00
Theodore Chu
845338012c Update design-principles.md (#3314)
Updated link to React Devtools package repository
2020-10-08 10:08:59 +02:00
Napoleon Oikonomou
bf2323fe3e Update RC blog post to use rc3 (#3312) 2020-10-08 10:07:44 +02:00
Jeswin Simon
f92897b27b Updated conditional rendering doc with a note on Falsy values (#3296) 2020-10-01 12:10:16 +02:00
Andrew Beaven
df7fbff422 Remove superfluous code in faq-functions.md example (#3293)
The sections above this describe how to use the arrow function to bind functions to the component instance to avoid explicit binding in the constructor. This example though, uses both the arrow function and explicitly binds the function. I realise the point of this particular example isn't to describe the binding process, but considering the sections that immediately proceed it, I think it'd be good to avoid confusion here.
2020-09-30 12:25:58 -07:00
Sam Robbins
ccc8e034e4 Update code-splitting.md (#3294) 2020-09-30 18:15:36 +03:00
Ronaldo Lima
6c7dada99b Add React Conf Brasil 2020 (#3284)
* Add React Conf Brasil 2020

* Update conferences.md

Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
2020-09-30 00:36:33 +03:00
Robert Haritonov
1679d68e14 Remove react summit 2021 dates (#3290) 2020-09-29 14:13:39 +03:00
Wojciech Maj
79bdfa0504 Change links to React lifecycle methods diagram to use HTTPS (#2973) 2020-09-29 10:30:47 +03:00
Stephanie Coates
1f7a4b9574 update @babel/plugin-syntax-dynamic-import link (#3046)
Docs previously linked to https://classic.yarnpkg.com/en/package/babel-plugin-syntax-dynamic-import for Babel 6. Updated link to point to plugin compatible with Babel 7.
2020-09-29 10:26:34 +03:00
Santiago Bernal B
ad695be618 Update meetups.md (#3127)
[add] React Meetups in Colombia
2020-09-29 10:21:43 +03:00
Sahil Mhapsekar
749e06398e Update React India 2021 Conference Dates (#3140)
* Update

* Update conferences.md

Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
2020-09-29 10:20:49 +03:00
Mustafa Mansour
8a914c9367 Update addons-animation.md (#3151)
Fix key value in code snippet.
2020-09-29 10:14:49 +03:00
Sinan Aksay
22ca68a264 Updated our Istanbul Meetup url (#3186)
We moved our meetup, so I'm updating the url here.
2020-09-29 10:10:21 +03:00
Thai Pangsakulyanont
eaa502f750 Fix wrong highlighted line numbers in nested Profiler example (#3218) 2020-09-29 10:08:48 +03:00
TJ VanToll
ea69990d7b Add React Wednesdays to the community podcast list (#3241)
Hey all,

Was hoping you’d be ok with us including the React Wednesday streams we’ve been doing for the last several months. Wasn’t totally sure where to put this, as there’s no section for “streams” (although I could create one), so you’ll have to let me know what you think.

Thanks!
2020-09-29 10:05:22 +03:00
Integration Vault
8be497d890 Update meetups.md (#3267) 2020-09-29 10:02:33 +03:00
Robert Haritonov
90ec7e0e40 Updates to conferences agenda in 2020-21 (#3287)
* update React Summit time and add 2021 date
* move past events to the bottom
* Update React ATL date to 2021
* React next is now remote
* remove React Day Berlin
2020-09-29 10:00:30 +03:00
Alexey Pyltsyn
d4e2730148 Use relative links 2020-09-29 09:59:28 +03:00
R Nabors
32e3c7a6f9 Banner scheduling and snooze functionality (#3283)
Co-authored-by: Ricky <rickhanlonii@gmail.com>
2020-09-28 12:01:56 +01:00
C. Samuel Lents
cc44647dc3 fix grammatical errors (#3279) 2020-09-23 18:37:09 +01:00
Dan Abramov
a868d860cd tweak wording 2020-09-23 14:37:45 +01:00
Sandro Miguel Marques
7138aa016f Rename state setter from useText to setText (#3281) 2020-09-23 11:45:00 +02:00
Anand Kumar
1dd72bc991 Link to explainer how to use new JSX transform with CRA 4 (#3280) 2020-09-23 11:12:52 +02:00
rickyrojas1
da0e066485 Update-2020-09-22-introducing-the-new-jsx-transform.md (#3278)
Fix typo
2020-09-22 20:20:49 +01:00
Dan Abramov
4e4ba15bab Clarify 2020-09-22 16:30:26 +01:00
Luna Ruan
fb65d8c944 Blog post: Introducing the New JSX Transform (#3270)
* React v17.0 Release Candidate: Support for New JSX Transform

* Change date and slight edits

* tweak note

* more thanks

* fix example

* Include version for TS

* Add a note on running the codemod

* Move and add note

Co-authored-by: Dan Abramov <dan.abramov@me.com>
Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
2020-09-22 16:03:45 +01:00
Dan Abramov
b288802c59 Update RC blog post to use rc2 2020-09-22 14:51:23 +01:00
Brian Vaughn
fdd694f4c6 Tweaked v17 blog post effects changes (#3273) 2020-09-21 08:20:10 -04:00