Component { state = { valueA: null }; async componentDidMount() { const valueA = await getResource("A"); this.setState({ valueA }); } render() { const ...
確定! 回上一頁