Skip to content

Instantly share code, notes, and snippets.

@shcyiza
Last active February 26, 2020 19:28
Show Gist options
  • Save shcyiza/bfcb18582f51fdde70527dde971d2ca9 to your computer and use it in GitHub Desktop.
Save shcyiza/bfcb18582f51fdde70527dde971d2ca9 to your computer and use it in GitHub Desktop.
socet listen to message on react
socket.on('Room_45IDFDQSDFA', data => {
this.setState('messages', this.messages.push(data.message))
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment