React iterate json api to setState variable

前端 未结 0 1606
眼角桃花
眼角桃花 2020-12-09 19:33

i have this useSate

const [records, setRecords] = useState([
    { title: "", date: \'\'}
    ]);

in this useState im try to iterat

相关标签:
回答
  • 消灭零回复
提交回复
热议问题