Hacker News new | ask | show | jobs
by werdnapk 4547 days ago
How does this all work with non-inlined event handlers? I see a lot of on-click, on-change going on in these examples.
1 comments

React inlines event handlers since it manages them through it's virtual event system.

For more information on why react breaks preconceived notions of best practices I recommend checking out http://2013.jsconf.eu/speakers/pete-hunt-react-rethinking-be...