Commit Graph

4973 Commits

Author SHA1 Message Date
krizinx
ab2e95f0ce Update faq-ajax.md (#3363)
Changed item.name in key property to item.id
2020-11-02 13:01:54 -08:00
Konstantinos Apidopoulos
30baecf59d ReactJS Athens Meetup (#3333) 2020-10-31 22:55:31 +03:00
Alexey Pyltsyn
f42e27299c Remove Hacktoberfest disclaimer from PR template 2020-10-31 22:54:26 +03:00
Scott Siegel
8e4b0bca81 Fix missing "in" typo (#3359) 2020-10-31 16:04:29 +03:00
Haider Alshamma
c9a15fad66 Indicate that create react app 4.0 has been released (#3356)
* Indicate that create react app 4.0 has been released

* Update content/blog/2020-09-22-introducing-the-new-jsx-transform.md

Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
2020-10-28 21:20:05 +01:00
Jhon Mike
18ac8f7197 minor adjustments to the documentation (#3354) 2020-10-28 11:17:34 +03:00
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
dependabot[bot]
4c9a1b7da0 Bump object-path from 0.11.4 to 0.11.5 (#3344)
Bumps [object-path](https://github.com/mariocasciaro/object-path) from 0.11.4 to 0.11.5.
- [Release notes](https://github.com/mariocasciaro/object-path/releases)
- [Commits](https://github.com/mariocasciaro/object-path/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-20 22:16:05 +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
Dan Abramov
491f7acb31 Tweak build command 2020-10-09 02:31:58 +01:00
Dan Abramov
470c170e91 Update config 2020-10-08 20:28:27 +01:00
Dan Abramov
b1f13669b9 Fix JSON 2020-10-08 20:03:55 +01:00
Dan Abramov
d09251645d Fix JSON 2020-10-08 20:02:26 +01:00
Dan Abramov
7c03b1a0ec Fix JSON 2020-10-08 19:59:58 +01:00
Dan Abramov
772f627728 Add redirects 2020-10-08 19:59:27 +01:00
Dan Abramov
2c2885cc05 Add host config 2020-10-08 19:35:59 +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
Alex Krolick
8f7ffa4739 fix pr template line breaks
the PR view does hard-wrapping, unlike other places on GitHub where Markdown is shown
2020-10-01 15:07:50 -07:00
Dan Abramov
8515d08327 Change datez 2020-10-01 22:44:15 +01:00
R Nabors
aef8fb3566 2020 Community survey banner (#3289)
* Adding survey banner for community

* fixing up a kludge for the banner, making the graphic look less like swearing

* updating banner start date

* make the banner smaller

* Close as a button

* fixes

* Remove the arrow

* Updating image sizes, making the arrow do a little slide

* Revert "Remove the arrow"

This reverts commit 3dddae8108.

* Remove extra space

* Legibility tweaks

* Fixing border radius

* Making close button a real button

* Remove trailing space, plz don't re-add, Prettier

* Centering that banner

* Modified Survey header styles

* Inline Banner content at the usage site

* Fix flash by using CSS variables

Co-authored-by: Dan Abramov <dan.abramov@me.com>
Co-authored-by: Brian Vaughn <bvaughn@fb.com>
2020-10-01 20:44:50 +01:00
Alex Krolick
773500c64d add hacktoberfest disclaimer to pr template (#3302) 2020-10-01 19:11:52 +01: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
Emmanuel Ponnudurai
c32d6ecb08 Update 2020-09-22-introducing-the-new-jsx-transform.md (#3277)
Updated the sample code to read `setText` instead of `useText` in the example
2020-09-29 14:49:10 +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