ComponentwillReceiveProps untuk komponen fungsional

useEffect(() => {
  console.log('someProp updated');
}, [props.someProp])
Erezzor