Babel compiles JSX down to React.createElement() calls. These two examples are identical: const element = ( <h1 className="greeting"> Hello, world! </h1> );.
確定! 回上一頁