Skip to content

Commit c2aac9c

Browse files
merging all conflicts
2 parents 844ce9b + 6274d4f commit c2aac9c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/content/community/conferences.md

Lines changed: 4 additions & 0 deletions
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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,11 @@ setCount(count + 1); // Solicitar un nuevo renderizado con 1.
265265
console.log(count); // ¡Todavía 0!
266266
```
267267

268+
<<<<<<< HEAD
268269
Este comportamiento te ayuda a evitar errores sutiles. Aquí hay una pequeña aplicación de chat. Intenta adivinar qué sucede si presionas "Enviar" primero y *luego* cambias el destinatario a Bob. ¿El nombre de quién aparecerá en la `alerta` cinco segundos después?
270+
=======
271+
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?
272+
>>>>>>> 6274d4faf5afcef74357871d06191558050e23d3
269273
270274
<Sandpack>
271275

0 commit comments

Comments
 (0)