Here is an example of passing props to a function component. import React from 'react'; import ReactDOM from 'react-dom'; function Hello(props) ...
確定! 回上一頁