Tools: Reactjs 0.14.0 Vanilla Flux
I need unique identifiers for 2 reasons:
It is best to use id. Then in the eventHandler you can have event.target.id.
function getMessageListItem(message) { return ( ); }