Next.js Discord

Discord Forum

If named functions are exported from use client, are they exposed to client

Unanswered
"use php" posted this in #help-forum
Open in Discord
If named functions are exported from use client, are they exposed to client?

1 Reply

Like if I export a function like getData from use client function, and import it in a server route, will that be exposed to the client?