Describing react state is easy: it's a value stored in useState hook (or useReducer , since they are the same) or in this.state of a class ...
確定! 回上一頁