# Simplify state across all socket listeners - Simplify Code ``` this.socket.on('incomming', this.setState); this.socket.on('incomming', this.setState); this.socket.on('incomming', this.setState); this.socket.on('incomming', this.setState); ``` - State Updates Controlled from Server ``` this.Socket.emit('outgoing', { speaker: state.speaker }); ```