useSelector lets us get to the state of the store directly, ... So you could just get back the entire state with const state = useSelector(state => state).
確定! 回上一頁