Simon Stern
bb252ff335
Added Toronto meetup group ( #3402 )
2020-11-26 14:10:57 +03:00
Renato Alves
446ba517d7
Add PropType instructions for function components ( #3403 )
...
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com >
2020-11-25 10:20:47 +01:00
Olsi Seferi
8f9ef00db1
Add React User Group Albania ( #3390 )
...
Updated the document and added the link to the React.js User group meetup page for Albania.
2020-11-22 00:07:27 +03:00
Seyed Masih Sajadi
f44b4946e5
Link to TypeScript 4.1 stable release ( #3395 )
2020-11-20 12:58:10 +01:00
Nathan Novielli
28e7b103a5
Update the broken links in the Overview section ( #3394 )
2020-11-19 19:53:21 +01:00
Yuqing Chen
b2363564ab
fix: typo ( #3388 )
2020-11-18 20:45:16 +01:00
Abhishek Jain
957276e1e9
Update typechecking-with-proptypes.md with a minor addition ( #3386 )
2020-11-16 12:01:39 +01:00
zytjs
fc6e864f1d
Update legacy-event-pooling.md ( #3380 )
2020-11-16 11:50:53 +01:00
Federico Zivolo
eafba20b3d
docs: document prod vs dev behavior difference in componentDidCatch ( #2168 )
2020-11-14 13:26:15 +01:00
Alex Krolick
38b4c5a33b
fix date format for firefox ( #3384 )
2020-11-12 14:21:06 -05:00
MohammadReza
f595f22c72
Added reconciliation link. ( #2614 )
...
Co-authored-by: Sunil Pai <threepointone@oculus.com >
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com >
2020-11-12 20:10:12 +01:00
Wojciech Golaszewski
a9239a586e
More explicit docs about uncontrolled forms. ( #3382 )
2020-11-12 13:18:19 +01:00
Corentin Smith
9b8dee54f2
Remove reference to babel-polyfill ( #3381 )
2020-11-12 13:16:20 +01:00
Josh Goldberg
ac4254f264
Move React Summit 2020 to Past Conferences section ( #3378 )
...
October 15 is now in the past 😄 .
2020-11-10 03:24:12 +00:00
Harris Robin Kalash
255497f12f
[docs] Update community docs link to React Native Radio ( #3377 )
2020-11-08 20:01:43 +03:00
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