Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools

Hanan Al-Mashhadani
Hanan Al-Mashhadani
7,769 Points

Why and When Cordova is better then React Native ?

I'm trying to build an app using Cordova and I met a Web Developer he recomended using Native React saying these days React Native is the game winner over phone-gap...So if you develop it in phone-gap, there is possibility that phone-gap get obsolete sooner. After doing some research about Native React and PhoneGap Cordova, they’re both awesome platform to build an app. However, the app I’m trying to build should have a website too and With Cordova Wrapper you can build a hybrid application reusing the website codebase. You can have both web and mobile application from the same codebase. No matter how modern and cool the technology stack of the app is, users decide whether to use it or not based on 3 key points: • The value the app brings to user’s life. • The way it looks (design, animations and interactions). • Performance (speed and consumed resources). Anyone used both ?? What do you recommend ??