2024-03-21
It's totally fine to have "use client" for these cases, because by definition they are client interactions.
— Shu (@shuding_) March 19, 2024
I'd use a Server Component to load the data, render the wrapper, the post list UI and the post content. Then make the buttons and comment area Client Components that…