总结一些知识点(附链接) 三

1.node官网:https://nodejs.org/api/http.html

2.webpack官网: https://webpack.js.org/

3.七天学会nodejs: http://nqdeng.github.io/7-days-nodejs/#4.2.1

4.Webpack引入jquery及其插件的几种方法: http://blog.csdn.net/yiifaa/article/details/51916560

5.详解 Webpack2 的那些路径: https://www.tuicool.com/articles/eeMjUvr

6.webpack自动雪碧图生成: https://www.tuicool.com/articles/YZfeeu7

7.gulp教程:http://www.mamicode.com/info-detail-1472474.html

8.RN官网:https://reactnative.cn/docs/0.45/getting-started.html

9.redux官网:https://redux.js.org/

10.react官网:https://reactjs.org/docs/hello-world.html

11.react-router官网:  https://github.com/ReactTraining/react-router

12.RN导航官网:https://reactnavigation.org/

13.react-native-vector-icons官网 :https://github.com/oblador/react-native-vector-icons

14.React Native与Iconfont: https://segmentfault.com/a/1190000009939727

15.Redux 核心概念: https://www.jianshu.com/p/3334467e4b32

16.深入浅出 - Redux:https://www.w3ctech.com/topic/1561

17.如何用React-Native Post Form 表单:http://blog.csdn.net/mobilexu/article/details/50597174

18.redux-form : https://github.com/erikras/redux-form

19.React-native中使用redux-form: https://www.jianshu.com/p/7a8996e24361

20.React 组件之间的通信——之父子之间的通信: https://www.jianshu.com/p/5f8aedb2221d

21.react官方搭建工具:https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#adding-custom-environment-variables

22.express官网:http://www.expressjs.com.cn/4x/api.html#app.onmount

23.redux在react-native上使用(二)--加入redux-saga : https://www.jianshu.com/p/6e23648bdf4c

24.saga使用:https://www.jianshu.com/p/1c97ba9f7333

25.saga文档:https://redux-saga-in-chinese.js.org/docs/basics/UsingSagaHelpers.html

26.React系列——用proxy 1分钟解决跨域问题:https://segmentfault.com/a/1190000008635891

27.dva知识地图: https://github.com/dvajs/dva-knowledgemap#redux-middleware

28.12 步 30 分钟,完成用户管理的 CURD 应用 : https://github.com/sorrycc/blog/issues/18

29. roadhog:https://github.com/sorrycc/roadhog/blob/master/README_zh-cn.md#proxy

30.momentjs (时间格式): http://momentjs.com/

31.高阶组件: http://react-china.org/t/react-higher-order-components/14949

32.如何理解 Facebook 的 flux 应用架构 : https://www.zhihu.com/question/33864532/answer/57657275

原文地址:https://www.cnblogs.com/dongtianqi/p/8523741.html