Next.js Discord

Discord Forum

what is this syntaxt? const { data: session } = useSession()

Unanswered
American Curl posted this in #help-forum
Open in Discord
American CurlOP
hi im new to nextjs/node/react, etc.. but what is this syntax exactly? it is from next-auth
const { data: session } = useSession()
what is data (other than a "property" as vscode says when i hover it and why the need for curly brackets

2 Replies