Home > Article > Web Front-end > What are the characteristics of react native
Features of react native:
(Learning video recommendation: react tutorial)
1. Cross-end application development
2. Development based on react components (low learning cost, high maintainability, etc.)
3. Has some features of both web and native applications
4. Domestic company investment A lot of resources
5. The combination of WEB and NATIVE is the future model
react native capability
1. Native UI components
2. Gestures Identification
3. CSS layout mode based on flexbox
4. Cross-platform development
5. Development based on react components and js
6.Can Use NPM module
7, integrate chrome developer tools
learn once, run anywhere.Not write once, run anywhere. Refers to the same set of technologies, which can run in different places, rather than Same set of code.
The above is the detailed content of What are the characteristics of react native. For more information, please follow other related articles on the PHP Chinese website!