async - create-react-app

宝剑锋从磨砺出,梅花香自苦寒来。这篇文章主要讲述async - create-react-app相关的知识,希望能为你提供帮助。
 
run exampes
0. pre
1) gen node_modules
$create-react-app async
2) move main.js
main.js-> index.js
3) move app.js
app.js-> app.js
4) PropTypes
Picker.js
Post.js
1. redux
$npm install --save redux
2. react-redux
$npm install --save react-redux
【async - create-react-app】3. redux-saga
$npm install --save [email  protected]

    推荐阅读