在React定義組件最簡單的方式是透過JavaScript function,像是 function Welcome(props) { return <h1>Hello, {props.name}</h1>; }.
確定! 回上一頁