1. Introduction
ReactNative.png React Native was released by Facebook, which allows us developers to use JavaScript and React to develop our applications. It advocates component-based development, that is, React Native provides us with packaged components for developers to use, and we can even nest related components to form new components. Using React Native, we can maintain the same core business logic code for multiple platforms (Web, Android and IOS) to create native applications. At this stage, the experience of Web APP still cannot reach that of Native APP, so Facebook emphasizes "learn once, write everywhere". On the front end of the application, we use js and React to develop UIs for different platforms, and the lower-level core modules write reusable business logic codes to improve application development efficiency. The design concept of React Native is to have the user experience of Native while retaining the development efficiency of React. React Native: Bringing modern web techniques to mobile, published by React Native project member Tom Occhino, describes the design concept of React Native in detail. Occhino believes that although Native development costs are higher, it is still necessary at this stage because the user experience of the Web cannot surpass Native:
Notice: Currently, react native only supports iOS 7 and above on iOS, and only supports Android 4.1 and above on Android. 2. Brief description of the framework reactnative super simple framework.png
3. What is React and Native 1. React React is a JS library developed by Facebook. React is actually a JavaScript framework for building "predictable" and "declarative" web user interfaces, which has enabled Facebook to develop web applications faster. For more detailed information, please refer to the article: http://www.jianshu.com/p/ae482813b791 For more information about React, please refer to the article: http://www.ruanyifeng.com/blog/2015/03/react.html 2.Native The understanding here is that the Native value in ReactNative refers to the Native application. Native App is a third-party application based on the local operating system of smartphones such as iOS, Android, WP and written and run using native programs, also called local app. 4. Personal learning route 1. Environment construction and initialization project 2. Learn and apply flex layout and css style simply (originally without basic knowledge) 3. es6 syntax (I am a pure iOS developer and have no JavaScript foundation. I can only have a simple understanding and learn while using it) 4. Simple writing of components and page refresh 5. Integrate into native projects and interact with native 6. Network layer, model layer and data processing 5. Recommended websites/articles for study reference ReactNative Chinese website: http://reactnative.cn/docs Jiang Qingqing's React Native topic: http://www.lcode.org/react-native/ ES6 Introduction: http://es6.ruanyifeng.com/#docs/class Introduction to Flex layout: http://www.ruanyifeng.com/blog/2015/07/flex-grammar.html?utm_source=tuicool This is the first step. Hope you can support us. |
<<: How to Use Push Notifications in iOS 10
>>: Mobile game developers should pay attention to these 6 trends in 2016
Three quarters of 2018 have passed in the blink o...
This article is enough for setting screenshots for...
In 2020, the popularity of Douyin live streaming ...
Internet products have only been proposed as an i...
Recently, Apple phones have once again sparked he...
Category operation is also called product operati...
If your foundation is strong enough and your app ...
On the first day of Double Eleven pre-sale, Li Ji...
In the past few days, we have been introducing se...
Just yesterday, Douyin announced that its daily a...
Xiaomi Redmi mobile phone Guangdiantong advertisi...
Part-time project for college students, college s...
With the improvement of material level, people ha...
Details determine success or failure. This time, ...
In the Internet age, short videos are king. 2018 ...