render: function() {
    var streamItems = this.props.items.map(this.renderStreamItem);

    return <div className="stream">{streamItems}</div>
  },