From 98cb6dda391882afe5ce82138e17ee6bfb96c6c3 Mon Sep 17 00:00:00 2001 From: Christoph Nakazawa Date: Wed, 15 Jan 2020 20:55:05 +0900 Subject: [PATCH 1/7] Change `very visible` to `noticeably` (#2679) I believe the text in this paragraph is meant to say `visibly` but that alone is not expressive enough so `very` was added in front. I believe the correct unambiguous word to use here should be `noticeably`. cc @gaearon --- content/docs/concurrent-mode-patterns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/concurrent-mode-patterns.md b/content/docs/concurrent-mode-patterns.md index 137d6f182..98ec083ca 100644 --- a/content/docs/concurrent-mode-patterns.md +++ b/content/docs/concurrent-mode-patterns.md @@ -790,7 +790,7 @@ function ProfileTimeline({ isStale, resource }) { The tradeoff we're making here is that `` will be inconsistent with other components and potentially show an older item. Click "Next" a few times, and you'll notice it. But thanks to that, we were able to cut down the transition time from 1000ms to 300ms. -Whether or not it's an appropriate tradeoff depends on the situation. But it's a handy tool, especially when the content doesn't change very visible between items, and the user might not even realize they were looking at a stale version for a second. +Whether or not it's an appropriate tradeoff depends on the situation. But it's a handy tool, especially when the content doesn't change noticeably between items, and the user might not even realize they were looking at a stale version for a second. It's worth noting that `useDeferredValue` is not *only* useful for data fetching. It also helps when an expensive component tree causes an interaction (e.g. typing in an input) to be sluggish. Just like we can "defer" a value that takes too long to fetch (and show its old value despite others components updating), we can do this with trees that take too long to render. From f5a7a06dc7c16b3ab3933169c1b6258be6119072 Mon Sep 17 00:00:00 2001 From: Dan Green Date: Thu, 16 Jan 2020 12:21:09 -0500 Subject: [PATCH 2/7] Updated strict-mode docs to use `UNSAFE_*` lifecycle method names (#2683) * Updated strict-mode docs to use UNSAFE_ method names The strict mode docs still reference the old `componentWill*` lifecycle method names, this updates them to be `UNSAFE_componentWill*` * Tweaked docs to mention both unsafe lifecycle names Co-authored-by: Brian Vaughn --- content/docs/strict-mode.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/strict-mode.md b/content/docs/strict-mode.md index 62336f656..89fe15133 100644 --- a/content/docs/strict-mode.md +++ b/content/docs/strict-mode.md @@ -87,9 +87,9 @@ Faza aktualizacji jest zazwyczaj bardzo szybka, jednak renderowanie może być p Cykl życia fazy renderowania odnosi się do poniższych metod z komponentu klasowego: * `constructor` -* `componentWillMount` -* `componentWillReceiveProps` -* `componentWillUpdate` +* `componentWillMount` (or `UNSAFE_componentWillMount`) +* `componentWillReceiveProps` (or `UNSAFE_componentWillReceiveProps`) +* `componentWillUpdate` (or `UNSAFE_componentWillUpdate`) * `getDerivedStateFromProps` * `shouldComponentUpdate` * `render` From a6f45937192e5183299cb9849320cf640c8ad254 Mon Sep 17 00:00:00 2001 From: Shingo Inoue Date: Fri, 17 Jan 2020 05:43:17 +0900 Subject: [PATCH 3/7] Update conferences.md (#2671) --- content/community/conferences.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/community/conferences.md b/content/community/conferences.md index 72d7ef870..1a945104b 100644 --- a/content/community/conferences.md +++ b/content/community/conferences.md @@ -22,6 +22,11 @@ February 27 & 28, 2020 in Sydney, Australia [Website](https://reactconfau.com/) - [Twitter](https://twitter.com/reactconfau) - [Facebook](https://www.facebook.com/reactconfau) - [Instagram](https://www.instagram.com/reactconfau/) +### ReactConf Japan 2020 {#reactconfjp-2020} +March 21, 2020 in Tokyo, Japan + +[Website](https://reactconf.jp/) - [Twitter](https://twitter.com/reactjapanconf) + ### Reactathon 2020 {#reactathon-2020} March 30 - 31, 2020 in San Francisco, CA From 36aa392c62caa6fbfb2e5ca6fceb44bb90dff823 Mon Sep 17 00:00:00 2001 From: Miguel Alejandro Bolivar Portilla Date: Thu, 16 Jan 2020 16:44:41 -0400 Subject: [PATCH 4/7] Add React La Conferencia into conferences.md (#2678) --- content/community/conferences.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/community/conferences.md b/content/community/conferences.md index 1a945104b..0106143fc 100644 --- a/content/community/conferences.md +++ b/content/community/conferences.md @@ -77,6 +77,11 @@ July 17, 2020. New York City, USA. [Website](https://reactweek.nyc/) - [Twitter](https://twitter.com/reactweek) - [Facebook](https://www.facebook.com/reactweek) +### React La Conferencia 2020 {#react-la-conferencia-2020} +July 18, 2020. Medellín, Colombia. + +[Website](https://reactlaconf.co/) - [Twitter](https://twitter.com/reactlaconf) + ### ComponentsConf 2020 {#components20} September 1, 2020 in Melbourne, Australia From 139ea3bc70f4d74b86da6445dd418e487f886612 Mon Sep 17 00:00:00 2001 From: Kamlesh Chandnani Date: Fri, 17 Jan 2020 02:26:33 +0530 Subject: [PATCH 5/7] update conferences.md - add react day bangalore to the list (#2681) * add react day bangalore to the list * update conferences.md --- content/community/conferences.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/community/conferences.md b/content/community/conferences.md index 0106143fc..18679c1d1 100644 --- a/content/community/conferences.md +++ b/content/community/conferences.md @@ -45,7 +45,7 @@ April 23 - 24, 2020 in Kraków, Poland ### React Day Bangalore 2020 {#react-day-bangalore-2020} April 25, 2020 in Bangalore, India -[Website](https://reactday.in) - [Twitter](https://twitter.com/ReactDayIn) +[Website](https://reactday.in) - [Twitter](https://twitter.com/ReactDayIn) - [LinkedIn](https://www.linkedin.com/company/react-day/) ### render(ATL) 2020 {#render-atlanta-2020} May 4-6, 2020. Atlanta, GA, USA. From e6667bc88dc092a0afce0cd1940f93153a94ef10 Mon Sep 17 00:00:00 2001 From: Malcolm Kee Date: Sun, 19 Jan 2020 03:38:24 +0800 Subject: [PATCH 6/7] Add meetup for Kuala Lumpur, Malaysia (#2689) --- content/community/meetups.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/community/meetups.md b/content/community/meetups.md index 69ec2d784..d71489af5 100644 --- a/content/community/meetups.md +++ b/content/community/meetups.md @@ -95,6 +95,7 @@ Do you have a local React.js meetup? Add it here! (Please keep the list alphabet * [Tel Aviv](https://www.meetup.com/ReactJS-Israel/) ## Malaysia {#malaysia} +* [Kuala Lumpur](https://www.kl-react.com/) * [Penang](https://www.facebook.com/groups/reactpenang/) ## Netherlands {#netherlands} From 6db54c6b4cd1e369c58ae355cce7fe73d902a218 Mon Sep 17 00:00:00 2001 From: yoeldovidcohen <46816177+yoeldovidcohen@users.noreply.github.com> Date: Mon, 20 Jan 2020 15:41:14 +0000 Subject: [PATCH 7/7] Got this warning when using the former version (#2693) The --typescript option has been deprecated and will be removed in a future release. In future, please use --template typescript. --- content/docs/static-type-checking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/static-type-checking.md b/content/docs/static-type-checking.md index ed35a9503..c95820240 100644 --- a/content/docs/static-type-checking.md +++ b/content/docs/static-type-checking.md @@ -175,7 +175,7 @@ Create React App supports TypeScript out of the box. To create a **new project** with TypeScript support, run: ```bash -npx create-react-app my-app --typescript +npx create-react-app my-app --template typescript ``` You can also add it to an **existing Create React App project**, [as documented here](https://facebook.github.io/create-react-app/docs/adding-typescript).