Next.js Discord

Discord Forum

Does it make sense to use NextJS if most of my components have at least one hook,button?

Unanswered
Orinoco Crocodile posted this in #help-forum
Open in Discord
Avatar
Orinoco CrocodileOP
So I am working on a project and I have implmented most of my components and it seems like most of the pages in the app have some level of user interaction forcing me to use "use client" making my whole app not to use the SSR feature of NextJS. so does it make sense to use NextJS if most or all components or pages in my app use client side rendering?

2 Replies

Avatar
Ray
it depends but I would still using nextjs for file base routing , caching, server action, image optimization etc
Avatar
risky
Also it does still ssr client comps (so Seo not fully dead), but it isn't server only which you mean