To do that every React component needs to have a return statement which returns some JSX code (HTML + embeded JS). // a function component function NavBar(props) ...
確定! 回上一頁