@react.component let make = (~validReact) => {

{React.string("React")}

{validReact ? React.null :

{React.string( "Create a React component called 'App' if you want to render it here, then click 'Run' or enable 'Auto-run'.", )}

}
}