Hacker News new | ask | show | jobs
by javcasas 1551 days ago

  useEffect(() => {
    console.log(`hello ${user.name}`)
  }, [user.name])

There OP, fixed that for you.