Skip to content

Commit d152955

Browse files
authored
Merge pull request #99 from reactjs/sync-2aa3c54e
Sync with reactjs.org @ 2aa3c54
2 parents 27c10f1 + 0819c69 commit d152955

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/community/conferences.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,4 +374,4 @@ April 4-5, 2019 in Kraków, Poland
374374
### React Amsterdam 2019 {#react-amsterdam-2019}
375375
April 12, 2019 in Amsterdam, The Netherlands
376376

377-
[Website](https://react.amsterdam) - [Twitter](https://twitter.com/reactamsterdam) - [Facebook](https://www.facebook.com/reactamsterdam) - [Videos](https://youtube.com/c/ReactConferences)
377+
[Website](https://react.amsterdam) - [Twitter](https://twitter.com/reactamsterdam) - [Facebook](https://www.facebook.com/reactamsterdam) - [Videos](https://youtube.com/c/ReactConferences)

content/docs/addons-shallow-compare.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ category: Reference
88

99
> Note:
1010
>
11-
> `shallowCompare` is a legacy add-on. Use [`React.PureComponent`](/docs/react-api.html#reactpurecomponent) instead.
11+
> `shallowCompare` is a legacy add-on. Use [`React.memo`](/docs/react-api.html#reactmemo) or [`React.PureComponent`](/docs/react-api.html#reactpurecomponent) instead.
1212
1313
**Importing**
1414

0 commit comments

Comments
 (0)