imageDatas.forEach((value, index) =>{
imgFigures.push(<ImgFigure data = {value} key={'imgFigures'+index}/>);
});
imgFigures.push(<ImgFigure data = {value} key={'imgFigures'+index}/>);
});
2016-04-27
前端变化太快 ,老师的视频中还有grunt ,而现在generator-react-webpack V2.0 中已经移除了 grunt,改成了 npm script
2016-04-27