constructor()

in client/src/pages/home.js [22:29]


  constructor() {
    super();
    this.title = 'Home';
    this.state = {
      status: 'loading',
      productItem: {},
    };
  }