Hacker News new | ask | show | jobs
by loganlinn 4378 days ago
Clicking follow mutates the global app data. Changes to the app data causes the entire application to re-render, and React pushes those changes out to the DOM.

So, to answer your question, we don't propagate events :)