Comment on Om Sweet Om: functional front-end engineering with ClojureScript and ReactparentComments−loganlinn12yClicking 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 :)
Comments
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 :)