阮一峰的网络日志地址

1. Generator 函数的含义与用法:什么是异步?

 http://www.ruanyifeng.com/blog/2015/04/generator.html

2.  箭头函数使用的注意点

http://es6.ruanyifeng.com/#docs/function#箭头函数

3. Redux 入门教程(一):基本用法:    Store 就是保存数据的地方,你可以把它看成一个容器。整个应用只能有一个 Store。

 http://www.ruanyifeng.com/blog/2016/09/redux_tutorial_part_one_basic_usages.html

  Redux 入门教程(三):React-Redux 的用法:   提供connect方法将这两种组件连起来。

 http://www.ruanyifeng.com/blog/2016/09/redux_tutorial_part_three_react-redux.html   

4.  Js异步编程的4种方法:   

一、回调函数。  二、事件监听。  三、发布/订阅。  四、Promises对象。

http://www.ruanyifeng.com/blog/2012/12/asynchronous%EF%BC%BFjavascript.html

5.  Flex 布局教程:语法篇

http://www.ruanyifeng.com/blog/2015/07/flex-grammar.html

猜你喜欢

转载自blog.csdn.net/qq_38719039/article/details/82711518