React.useEffect(() => { if (foo){ // do something } }) React.useEffect(() => { if (!foo){ return; } // do something })