async - create-react-app

Posted xiaobin-hlj80

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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

3. redux-saga
$npm install --save [email protected]

以上是关于async - create-react-app的主要内容,如果未能解决你的问题,请参考以下文章

async.map 或 async.each 与 async.parallel 有啥区别?

ES6 之 async 异步函数

Dart 中的 async 和 async* 有啥区别?

JS async和await关键字

async / await 的串行和并行

c# await 不能作用于 async上?