kdchang / reactjs101

從零開始學 ReactJS(ReactJS 101)是一本希望讓初學者一看就懂的 React 中文入門教學書,由淺入深學習 ReactJS 生態系 (Flux, Redux, React Router, ImmutableJS, React Native, Relay/GraphQL etc.)。
https://www.gitbook.com/book/kdchang/react101/details
Other
4.31k stars 1.22k forks source link

CH07: react-transform is deprecated #13

Open cashbooktw opened 8 years ago

cashbooktw commented 8 years ago

可以改用 react-hot-loader https://github.com/gaearon/react-hot-loader

kdchang commented 8 years ago

@cashbooktw OK, Thanks :)

yyjazsf commented 7 years ago

Ch07 的文章代码dosen't work 啊,github 里面的代码又和文章里的不一样

Derek-X-Wang commented 7 years ago

@yyjazsf 可能是相关套件的问题。用文章里的npm install --save-dev... 少了redux-logger。另外redux-action要用0.10.1的老版本