I'm embarking on a side project. Its a native hybrid app. I've used Phonegap / Ionic / Angular a lot to build apps quickly. I'm researching React Native at the moment. Has anyone who's used both of these have any comments or +/- about each one?
相关问题
- React Native Inline style for multiple Text in sin
- Should I use CSS3 media queries to deliver differe
- apk big size with ionic 4 build
- How Do I Convert Image URI into Byte Expo
- How to read file in android using PhoneGap Javascr
相关文章
- Could I create “Call” button in HTML 5 IPhone appl
- Why do we have to call `.done()` at the end of a p
- Remove expo from react native
- Phonegap - Error - Keystore alias not recognized
- Can't use serve with Cordova / Phonegap hellow
- React Native - Dynamic Image Source
- “Unfortunately, app has stopped” error with buildi
- eslint Parsing error: Unexpected token =
I've used both extensively. We have been using React Native in production for about 5 months now, and have previously worked with Ionic / Angular, and Phonegap projects for 3 years.
Here are the pros and cons of React Native, in my opinion, from someone who has fairly extensive experience in both. I'm not going to go into Ionic since you already have some experience there.
React Native Cons:
React Native Pros:
If I were to meet someone and recommend one over the other I would definitely recommend React Native. That being said, PhoneGap / Cordova and Ionic are all still very solid and if you feel productive and are not in the position to spend some time learning a new technology, I would say stick with one of those.