Last active
March 15, 2017 07:04
-
-
Save woosungchu/7cf16c8fc2eccbe0c9327f4944617592 to your computer and use it in GitHub Desktop.
하이브리드앱 개발방향
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. Cordova + Html/CSS/Js + UI framework(jQuery.template or Handlebar.js) | |
| 장점 | |
| - 기존 개발자들에게 편함 | |
| - Cordova를 사용하면 Build가 편함 | |
| 단점 | |
| - 성능이 좋지 않음 | |
| - Livereload 개발이 어려움 | |
| 2. Cordova + SPA(Angular or Backbone or Ember) | |
| 장점 | |
| - Cordova를 사용하면 Build가 편함 | |
| - SPA를 접해볼 수 있다 | |
| 단점 | |
| - ES6을 사용 | |
| - SPA 진입장벽이 아주 높은편 | |
| 3. React Native | |
| 장점 | |
| - 성능이 가장 좋고 Native Mobile App이라고 함 | |
| - Javascript Native Compoenent 가능 | |
| - 최신 트렌드를 접할 수 있음 | |
| 단점 | |
| - ES6을 사용 | |
| - 진입장벽이 높은편 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment