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
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?