_lhermann’s avatar_lhermann’s Twitter Archive—№ 7,738

  1. …in reply to @GeorgeMayer
    @GeorgeMayer @asp_net If you use useEffect, then you need to wrap you dependencies in useCallback. And you have to manage the update cycle manually with useMemo to avoid performance problems. In Vue, you get all of this for free essentially. So "complex" as in "lots of extra code"