Next.js Discord

Discord Forum

Data fetching/server-side code when page or layout are set to client components

Unanswered
Birman posted this in #help-forum
Open in Discord
BirmanOP
i was wondering, if i set a page or a layout to a client component, where would the data fetching happen? would i be forced to fetch data on a component level in server components at that point? or perhaps with react-query/swr? but even then, what if i need to run some server-side code that isn't purely data fetching?

0 Replies