CommentForm
DomainName, email, and content comment form with inline validation. Providing parentId switches it to reply mode; onCancel shows a Cancel button.
<CommentForm postId={post.postId} onSubmit={handleSubmit} /><CommentForm postId={post.postId} parentId={comment.commentId} onSubmit={handleSubmit} onCancel={handleCancel} />