_lhermann’s avatar_lhermann’s Twitter Archive—№ 8,779

  1. …in reply to @michaelaubry
    @michaelaubry This video does a good job: youtube.com/watch?v=FzI7faHqM0M Hooks solve the problem of "please don't execute this code on every component update". But the solution is not intuitive. At scale, this introduces hard-to-fix performance bugs. Vue doesn't need hooks because the reactivity…