React.createElement(Nav, {color:"blue"}); • While not exclusive to React, I haven’t seen another compelling use case. • It’s annoying to add another layer to build layer but it merits the pain. It makes sense in the context of React. As you’ll see, I’m about to propose more layers to build anyway, so might as well get on the JSX train. • While <div/> is valid JSX, don’t do it. Observe HTML best practices.