passing functions as props from server to client components
Unanswered
Giant panda posted this in #help-forum
Giant pandaOP
Can anyone hint on how to properly pass functions as props from a server component to a client component
1 Reply
@Giant panda Can anyone hint on how to properly pass functions as props from a server component to a client component
you can only pass serialisable data or [server functions](https://nextjs.org/docs/app/building-your-application/data-fetching/server-actions#server-functions) as props