Skip to content

Instantly share code, notes, and snippets.

@woosungchu
Last active March 15, 2017 07:04
Show Gist options
  • Select an option

  • Save woosungchu/7cf16c8fc2eccbe0c9327f4944617592 to your computer and use it in GitHub Desktop.

Select an option

Save woosungchu/7cf16c8fc2eccbe0c9327f4944617592 to your computer and use it in GitHub Desktop.
하이브리드앱 개발방향
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