Skip to content

Commit 2462039

Browse files
authored
Merge pull request #62 from reactjs/sync-6274d4fa
Sync with react.dev @ 6274d4f
2 parents 8ffdc40 + 21efb7c commit 2462039

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

src/content/community/conferences.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ March 22, 2024. In-person in Paris, France + Remote (hybrid)
1515

1616
[Website](https://react.paris/) - [Twitter](https://twitter.com/BeJS_) - [LinkedIn](https://www.linkedin.com/events/7150816372074192900/comments/)
1717

18-
1918
### Epic Web Conf 2024 {/*epic-web-2024*/}
2019
April 10 - 11, 2024. In-person in Park City, UT, USA
2120

@@ -93,6 +92,10 @@ September 19-21, 2024. Alicante, Spain.
9392

9493
[Website](https://reactalicante.es/) - [Twitter](https://twitter.com/ReactAlicante) - [YouTube](https://www.youtube.com/channel/UCaSdUaITU1Cz6PvC97A7e0w)
9594

95+
### RenderCon Kenya 2024 {/*rendercon-kenya-2024*/}
96+
October 04 - 05, 2024. Nairobi, Kenya
97+
98+
[Website](https://rendercon.org/) - [Twitter](https://twitter.com/renderconke) - [LinkedIn](https://www.linkedin.com/company/renderconke/) - [YouTube](https://www.youtube.com/channel/UC0bCcG8gHUL4njDOpQGcMIA)
9699

97100
### React India 2024 {/*react-india-2024*/}
98101
October 17 - 19, 2024. In-person in Goa, India (hybrid event) + Oct 15 2024 - remote day

src/content/learn/adding-interactivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ setCount(count + 1); // Request a re-render with 1
265265
console.log(count); // Still 0!
266266
```
267267

268-
This behavior help you avoid subtle bugs. Here is a little chat app. Try to guess what happens if you press "Send" first and *then* change the recipient to Bob. Whose name will appear in the `alert` five seconds later?
268+
This behavior helps you avoid subtle bugs. Here is a little chat app. Try to guess what happens if you press "Send" first and *then* change the recipient to Bob. Whose name will appear in the `alert` five seconds later?
269269

270270
<Sandpack>
271271

0 commit comments

Comments
 (0)