CommentItem

Domain

Single 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.

Single comment

Preview
AC
Alice Carter

Great article! Very thorough coverage of everything new in Next.js 16.

Code
<CommentItem comment={comment} />

With replies

Preview
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!

Code
<CommentItem comment={comment} replies={replies} onSubmitReply={handleReply} />
Sourcemodules/domains/blog/comment/CommentItem.tsx