Client components all vs division
Unanswered
Gouty oak gall posted this in #help-forum
Gouty oak gallOP
How should I proceed if I have a hidden and closable sidebar with useState on small devices and I am on the client component, but on a large screen I don't need to close it and I can have a server-side component? Should I make two separate components with hiding in CSS, or one on the client side?