class Example extends React.Component { componentWillMount() { console.log('I am about to say hello'); } render() { return <h1>Hello world</h1>; } }