#What if I like app dir directory system but I don't want SSR

4 messages · Page 1 of 1 (latest)

blazing pecan
#

Can I somehow disable SSR over all project without typing 'use client' in every file?

glad crypt
#

'use client' does not disable SSR, it just means the components need to render both in the server and the client

#

it is the same behavior as the pagesdirectory