initialize()

in 09 - Reduce State/01 - Declarative Component Module.js [6:11]


  initialize(props) {
    return {
      count: Math.round(props.width / 10),
      name: null
    };
  },