sajad torkamani
useEffect(() => {
  console.log('Well, hello there')
})

If you don’t pass a dependencies array as the second argument to useEffect, the effect will run after every render.