Skip to content

Commit 8530128

Browse files
Merge pull request #228 from reactjs/sync-abcf0358
2 parents b5c87d2 + 6ec9051 commit 8530128

2 files changed

Lines changed: 21 additions & 15 deletions

File tree

content/community/conferences.md

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,32 +12,37 @@ Do you know of a local React.js conference? Add it here! (Please keep the list c
1212

1313
## Upcoming Conferences {#upcoming-conferences}
1414

15-
### React fwdays’21 {#react-fwdays-2021}
16-
March 27, 2021 - remote event
15+
### render(ATL) 2021 {#render-atlanta-2021}
16+
September 13-15, 2021. Atlanta, GA, USA
1717

18-
[Website](https://fwdays.com/en/event/react-fwdays-2021) - [Twitter](https://twitter.com/fwdays) - [Facebook](https://www.facebook.com/events/1133828147054286) - [LinkedIn](https://www.linkedin.com/events/reactfwdays-21onlineconference6758046347334582273) - [Meetup](https://www.meetup.com/ru-RU/Fwdays/events/275764431/)
18+
[Website](https://renderatl.com) - [Twitter](https://twitter.com/renderATL) - [Instagram](https://www.instagram.com/renderatl/) - [Facebook](https://www.facebook.com/renderatl/) - [LinkedIn](https://www.linkedin.com/company/renderatl)
1919

20-
### React Summit - Remote Edition 2021 {#react-summit-remote-2021}
21-
April 14-16, 2021, 7am PST / 10am EST / 4pm CEST - remote event
20+
### React Advanced 2021 {#react-advanced-2021}
21+
October 22-23, 2021. In-person in London, UK + remote (hybrid event)
2222

23-
[Website](https://remote.reactsummit.com) - [Twitter](https://twitter.com/reactsummit) - [Facebook](https://www.facebook.com/reactamsterdam) - [Videos](https://youtube.com/c/ReactConferences)
23+
[Website](https://reactadvanced.com) - [Twitter](http://twitter.com/reactadvanced) - [Facebook](https://www.facebook.com/ReactAdvanced) - [Videos](https://youtube.com/c/ReactConferences)
24+
25+
### React India 2021 {#react-india-2021}
26+
November 12-13, 2021 in Mumbai, India
27+
28+
[Website](https://www.reactindia.io) - [Twitter](https://twitter.com/react_india) - [Facebook](https://www.facebook.com/ReactJSIndia/) - [LinkedIn](https://www.linkedin.com/showcase/14545585) - [YouTube](https://www.youtube.com/channel/UCaFbHCBkPvVv1bWs_jwYt3w/videos)
29+
30+
## Past Conferences {#past-conferences}
2431

2532
### React Case Study Festival 2021 {#react-case-study-festival-2021}
2633
April 27-28, 2021 - remote event
2734

2835
[Website](https://link.geekle.us/react/offsite) - [LinkedIn](https://www.linkedin.com/events/reactcasestudyfestival6721300943411015680/) - [Facebook](https://www.facebook.com/events/255715435820203)
2936

30-
### render(ATL) 2021 {#render-atlanta-2021}
31-
September 13-15, 2021. Atlanta, GA, USA
32-
33-
[Website](https://renderatl.com) - [Twitter](https://twitter.com/renderATL) - [Instagram](https://www.instagram.com/renderatl/) - [Facebook](https://www.facebook.com/renderatl/) - [LinkedIn](https://www.linkedin.com/company/renderatl)
37+
### React Summit - Remote Edition 2021 {#react-summit-remote-2021}
38+
April 14-16, 2021, 7am PST / 10am EST / 4pm CEST - remote event
3439

35-
### React India 2021 {#react-india-2021}
36-
November 12-13, 2021 in Mumbai, India
40+
[Website](https://remote.reactsummit.com) - [Twitter](https://twitter.com/reactsummit) - [Facebook](https://www.facebook.com/reactamsterdam) - [Videos](https://youtube.com/c/ReactConferences)
3741

38-
[Website](https://www.reactindia.io) - [Twitter](https://twitter.com/react_india) - [Facebook](https://www.facebook.com/ReactJSIndia/) - [LinkedIn](https://www.linkedin.com/showcase/14545585) - [YouTube](https://www.youtube.com/channel/UCaFbHCBkPvVv1bWs_jwYt3w/videos)
42+
### React fwdays’21 {#react-fwdays-2021}
43+
March 27, 2021 - remote event
3944

40-
## Past Conferences {#past-conferences}
45+
[Website](https://fwdays.com/en/event/react-fwdays-2021) - [Twitter](https://twitter.com/fwdays) - [Facebook](https://www.facebook.com/events/1133828147054286) - [LinkedIn](https://www.linkedin.com/events/reactfwdays-21onlineconference6758046347334582273) - [Meetup](https://www.meetup.com/ru-RU/Fwdays/events/275764431/)
4146

4247
### React Next 2020 {#react-next-2020}
4348
December 1-2, 2020 - remote event

content/docs/addons-test-utils.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ var ReactTestUtils = require('react-dom/test-utils'); // ES5 with npm
1919

2020
> 注意:
2121
>
22+
2223
> 我們推薦使用 [React Testing Library](https://testing-library.com/react),它促使你寫出的測試能像使用者一樣地使用 component。
2324
>
24-
> 此外,Airbnb 推出了名為 [Enzyme](https://airbnb.io/enzyme/) 的測試工具,讓你能輕易 assert、操作及遍歷 React component 的輸出。
25+
> 對於 React <= 16 的版本,[Enzyme](https://airbnb.io/enzyme/) 的測試工具,讓你能輕易 assert、操作及遍歷 React component 的輸出。
2526
2627
- [`act()`](#act)
2728
- [`mockComponent()`](#mockcomponent)

0 commit comments

Comments
 (0)