Accepts a reducer of type (state, action) => newState , and returns the current state paired with a dispatch function (action) => unit . React.useReducer is ...
確定! 回上一頁