Mater老师您好,我试图使用新版的React+ES6写画廊应用,现在遇到一个问题:要么中心图片没法翻转,要么没法点击切换图片,搞了很久都没弄好。现在判断是 image 组件 state 的问题(我把image单独作为一个组件了),但是不知道怎么才能改好,向您请教!
Demo:http://sstruct.github.io/playground/
源码:https://github.com/sstruct/playground/tree/master/UnsplashGallery
Demo:http://sstruct.github.io/playground/
源码:https://github.com/sstruct/playground/tree/master/UnsplashGallery
2016-05-09
已采纳回答 / 叙帝利
以下我的源码,同样采用了默认的ES6模式,一切正常:https://github.com/nzbin/imooc-ScatteredPolaroidsGallery-by-react/
2016-05-09
最新回答 / yangtzee
英文好的话推荐看下面的一系列教程,其中 Redux 部分是 Redux 作者自己录的,而且是免费的https://egghead.io/technologies/react
2016-05-08