CommentThread
AppGeneric threaded comments with replies, like counts, delete-own actions, and a composer. Domain-agnostic — pass comments + handlers.
- AB
- Y
- Y
- MR
<CommentThread comments={comments} currentUserId="me" onReply={addComment} onLike={toggle} onDelete={remove} />No comments yet. Be the first to comment.
<CommentThread comments={[]} onReply={addComment} />