useState hook let us use state without writing a class. This hook is the equivalent of this.state/this.setState for functional components.
確定! 回上一頁