HiFaraz / node-playbook

Get started fast with Node.js
http://nodeplaybook.com
1.39k stars 51 forks source link

Mobile Applications #6

Closed JarLowrey closed 7 years ago

JarLowrey commented 8 years ago

I think the recommendation should be Ionic, not PhoneGap (proprietary) or vanilla Cordova (lacks some performance, no UI helper, Ionic has better API). I've personally used vanilla cordova, but Ionic is also open source and appears to be more recommended.

http://blog.ionic.io/what-is-cordova-phonegap/ https://github.com/jessemonroy650/top-phonegap-mistakes/blob/master/hybrid-frameworks.md

Crosswalk should also be included by default to new projects.

https://crosswalk-project.org/ http://blog.ionic.io/crosswalk-comes-to-ionic/

JarLowrey commented 8 years ago

Hybrid framework reference (mobile section).

HiFaraz commented 8 years ago

Check #1 . We're considering react native. The advantage is that we are already recommending react for front end, so this will be less learning for the user. Still keeping this open until we come to a final decision.

aem commented 8 years ago

As @HiFaraz touched on, with React recommended as the front-end framework, we should be consistent and use React as the mobile framework as well. Learn once, write anywhere.

HiFaraz commented 7 years ago

Closing due to lack of recent activity. We can reopen this if there is interest. Thanks all for your help!