DEV Community

Tahir Rafique
Tahir Rafique

Posted on

Next.js console.log in SSC vs CSC.

---> In Server Side Component, console.log() will be displayed in Terminal.

---> In client side Component, console.log() will be displayed in Browser.

Top comments (1)

Collapse
 
nevodavid profile image
Nevo David

always trips me up where the logs show up in next - feels obvious after but i forget every time lmao