本人要开发的app均为网站的功能app版,就好比一个移动版网站有上传图片、照像、分享朋友圈等一些常规的原生功能。
如题情况,朋友帮分析一下,我是学reactnative还是学原生开发,真心没方向,求指点!!!
怪我咯2017-04-18 09:54:41
Ionic is good, reactnative is naturally the best. If you want to do well with reactnative, you still need to understand native development. If you want to get started immediately, learn angular2+ionic2. In the long run, learning reactnative is necessary
ringa_lee2017-04-18 09:54:41
If you understand web front-end, it’s best to start with React Native
怪我咯2017-04-18 09:54:41
Ionic is more recommended. You need to know html, css, and angular-js. You need to write the code once and compile it into an Android apk. It can also generate an ios ipa. It is the simplest and fastest for you. It should be noted that there are many pitfalls in the adaptation of H5 pages to mobile terminals.
高洛峰2017-04-18 09:54:41
Isn’t React Native designed for people with a technical background like yours?
If you want to use native development, you have two platforms: Android and iOS. Starting from scratch, God knows how long it will take to learn what you want.
However, having a web front-end foundation does not mean that you don’t need to learn more. The foundation of React Native is React. It is recommended to learn React first before starting to learn React Native.
ringa_lee2017-04-18 09:54:41
For a hybrid app, if it has few functions, you can use mui. Although there are many pitfalls, it can be developed quickly