Skip to content

Commit d80e4f2

Browse files
committed
Merge conflicts
1 parent e6b9b65 commit d80e4f2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/content/reference/rsc/server-functions.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,7 @@ function EmptyNote () {
5454
}
5555
```
5656

57-
<<<<<<< HEAD
5857
Cuando React renderiza la Server Function `EmptyNote`, creará una referencia a la función `createNoteAction`, y pasará esa referencia al Client Component `Button`. Cuando se pulse el botón, React enviará una petición al servidor para ejecutar la función `createNoteAction` con la referencia proporcionada:
59-
=======
60-
When React renders the `EmptyNote` Server Component, it will create a reference to the `createNoteAction` function, and pass that reference to the `Button` Client Component. When the button is clicked, React will send a request to the server to execute the `createNoteAction` function with the reference provided:
61-
>>>>>>> a3e9466dfeea700696211533a3570bc48d7bc3d3
6258

6359
```js {5}
6460
"use client";

0 commit comments

Comments
 (0)