This is possible with useState or useReducer, since useState uses useReducer internally: const [, updateState] = React.useState(); const forceUpdate ...
確定! 回上一頁