notes; const [menu, setMenu] = useState([]);. My initial state is an empty array. When our children render, we want to update our state to ...
確定! 回上一頁