CommentItem
DomainSingle comment with initials-fallback avatar, name, date, content, and a Reply button. At depth < 1, clicking Reply opens an inline CommentForm; nested replies are indented with a left border.
AC
Alice Carter
Great article! Very thorough coverage of everything new in Next.js 16.
<CommentItem comment={comment} />AC
Alice Carter
Great article! Very thorough coverage of everything new in Next.js 16.
BM
Bob Miller
Agreed — the App Router section was especially helpful. Looking forward to the next post!
<CommentItem comment={comment} replies={replies} onSubmitReply={handleReply} />