Now we can keep state in a functional component using useState hook. ... export class Clock extends Component { state = { date: new Date() ...
確定! 回上一頁