Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am tomanagle on github.
  • I am tomanagle (https://keybase.io/tomanagle) on keybase.
  • I have a public key ASAwtb0w4B9iaUlyzLcFSPdUvfDLj2YPNa8TYq8zz4bhXAo

To claim this, I am signing this object:

@tomanagle
tomanagle / ReactReduxContainerComponent.js
Created May 16, 2017 12:38
React Redux Container Component
import React, {PropTypes, Component} from 'react';
import {bindActionCreators} from 'redux';
import {connect} from 'react-redux';
class $NAME extends Component {
constructor(props, context) {
super(props, context);
}
componentDidMount() {