关于我在这里的后续问题:How to pass data from child to parent component using react hooks我有另一个问题。下面是组件结构 export const Parent: React.FC<Props> = (props) => { renderPage={render}
我目前正在尝试创建一个交互式评论部分,允许用户评论、回复和喜欢/不喜欢他人的评论。由于无法在组件中更新“喜欢”的值,所以当前我一直停留在“喜欢”/“向上投票”部分。下面是我的Comment组件(它表示注释部分中的一个注释): upvotes,
imageI'm still new, but think I