Next.js Discord

Discord Forum

Possible to make client side by default?

Unanswered
Montenegrin Mountain Hound posted this in #help-forum
Open in Discord
Montenegrin Mountain HoundOP
Hi there,

I'm looking to build an app with the app directory, I like the routing functionality, is it possible to make all components client side by default?

Essentially either disable the SSR, or make it on a per-page basis

6 Replies

@alfon Do you still need the client side routing?
Montenegrin Mountain HoundOP
What do you mean, sorry
I'd like to build a dashboard basically, and I'd like to have the nice app directory functionality (for separating routes, loading indicators etc), but having all the components by client rendered
I don't want server rendered stuff, or at least, by default. If anything it would be nice to optionally show certain ones
Not sure there are default option to disable SSR but disabling SSR per component is doable :D
A.k.a lazy loading RCC