Should you bind DOM events (ie. onClick) to components or elements?
Elements. Because Components don’t render as a single DOM element (usually), elements do. is bad is good with onClick within that
Why double curlies?

What is higher order components?
What is a SyntheticEvent?
React wraps all events with SyntheticEvents so they work cross-browser