I am trying to understand the below React HOC;
const withSecretToLife = (WrappedComponent) => { class HOC extends React.Component { render() {