import React from 'react'; function UserGreeting(props) { return <h1>Welcome to the App!</h1>; } ... conditional-rendering-if-statement.
確定! 回上一頁