Skip to content

Instantly share code, notes, and snippets.

@jelorivera08
Created October 12, 2018 07:32
Show Gist options
  • Save jelorivera08/26278c34ce7500b805e8b85ace58b7a1 to your computer and use it in GitHub Desktop.
Save jelorivera08/26278c34ce7500b805e8b85ace58b7a1 to your computer and use it in GitHub Desktop.
App.js for websocket
// /src/App.js
import React, { Component } from 'react';
class App extends Component {
render() {
return <div>I'm ready for changes</div>;
}
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment