React-native 开发培训免费书

近期为团队内部培训 React-native 制作的课件,系统化了大纲,放上全部参考资料,内容不断更新中,培训的目的是掌握 React-native 开发 App. 到时可能会放上视频。同学们可以依据大纲自学,也欢迎更多同学参与编辑 :)

https://www.gitbook.com/book/unbug/react-native-training/details

Introduction
1 First look
1.1 Building an app in 5 minutes
1.2 How it works
1.3 Debug tools
1.4 DOCs & APIs
1.5 Resources
2 Components
2.1 Render & JSX
2.2 View, Text, Image, etc
2.3 Lifecyle
2.4 Props & States
2.5 Events
2.6 Resources
3 Styles
3.1 Flexbox
3.2 Absolute & Relative
3.3 Size & Dimensions & onLayout
3.4 Inheritance
3.5 Resources
4 Architecture
4.1 Redux+React
4.2 Containers & Components
4.3 Actions & Reducers
4.4 Statics, Constants, etc
4.5 Naming convention
4.6 Deja React Native App
4.7 Resources
5 ES6/7
5.1 export, import
5.2 let, const
5.3 function, extends
5.4 map, array, string, spread operator, destructuring assignment
5.5 this, bind, =>
5.6 Promise
5.7 Resources
6 Data
6.1 Fetch
6.2 Persistent Data
6.3 Resources
7 Native Modules
7.1 iOS
7.1.1 JS call OC
7.1.2 OC call JS
7.1.3 Native View Component
7.2 Android
7.2.1 JS call Java
7.2.2 Java call JS
7.2.3 Native View Component
7.3 Resources
8 Integration
8.1 iOS
8.2 Android
8.3 Resources
9 Hot Update
9.1 iOS
9.2 Android
9.3 Resources
Resources
    原文作者:tidelgl
    原文地址: https://segmentfault.com/a/1190000005852572
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞