componentDidMount()

in src/components/Products/index.js [14:16]


    componentDidMount() {
        this.props.actions.loadProducts();
    }