You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When React renders the `EmptyNote` Server Function, 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:
Summary
I think "EmptyNote" is a server component rather than server function. Is this a typo?
react.dev/src/content/reference/rsc/server-functions.md
Line 57 in ab18d2f
Page
https://react.dev/reference/rsc/server-functions
Details
No response
The text was updated successfully, but these errors were encountered: