Skip to content

Commit e1db83c

Browse files
authored
Merge pull request #964 from reactjs/sync-6274d4fa
Sync with react.dev @ 6274d4f
2 parents 2275fb0 + 39b77f9 commit e1db83c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/content/community/conferences.md

+4
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ September 19-21, 2024. Alicante, Spain.
4040

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

43+
### RenderCon Kenya 2024 {/*rendercon-kenya-2024*/}
44+
October 04 - 05, 2024. Nairobi, Kenya
45+
46+
[Website](https://rendercon.org/) - [Twitter](https://twitter.com/renderconke) - [LinkedIn](https://www.linkedin.com/company/renderconke/) - [YouTube](https://www.youtube.com/channel/UC0bCcG8gHUL4njDOpQGcMIA)
4347

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

src/content/learn/adding-interactivity.md

+1-1
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)