Skip to content

Instantly share code, notes, and snippets.

@vnglst
Created November 22, 2016 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vnglst/49ea8e5ff68c419d9fed287bd9748b1d to your computer and use it in GitHub Desktop.
Save vnglst/49ea8e5ff68c419d9fed287bd9748b1d to your computer and use it in GitHub Desktop.
ReactCasts #1
// ....
import LoaderHOC from './LoaderHOC'
// ...
class ContactsApp extends Component {
// ...
}
export default LoaderHOC(ContactsApp);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment