Become a member
Sign in
Ysrael Torres
Ysrael Torres

Ysrael Torres

21 Following
2 Followers
  • Profile

  • Claps

  • Highlights

Highlighted by Ysrael Torres

See more

From Build A Chat App With Sentiment Analysis Using Next.js by Brandon Morelli

…response.data.messages;
this.setState({ chats });
});
});

}

componentWillUnmount() {
this.pusher.disconnect();
}

}

export default Chat;

Claps from Ysrael Torres

See more

Testing Node.js in 2018

Nick Parsons

How to fix error Could not detect Mac OS X Version from sw_vers output: ‘10.12 ‘ from Appium

Chattip Soontaku

Why You shouldn’t use lodash anymore and use pure JavaScript instead

Vladislav Stepanov