Skip to content

Instantly share code, notes, and snippets.

View Guillaumejfrt's full-sized avatar

Guillaume Jauffret Guillaumejfrt

View GitHub Profile
import React, { Component } from 'react';
import { bindActionCreators } from 'redux';
import { connect } from 'react-redux';
import { $ACTION } from '../actions';
class $LIST_CONTAINER extends Component {
componentWillMount() {
this.props.$ACTION();
}