React.dispatchとは

setStateのような作業をコミット、値を送信するような処理。React.dispatch<React.SetStateAction<{id: number, name: string}>>みたいなのがよくある