Skip to content

Instantly share code, notes, and snippets.

@sungjaeHong
Created September 6, 2016 01:28
Show Gist options
  • Save sungjaeHong/2a211333443ba113e8710c2589cc2361 to your computer and use it in GitHub Desktop.
Save sungjaeHong/2a211333443ba113e8710c2589cc2361 to your computer and use it in GitHub Desktop.

##React Native

###why react-native

  • risk를 피해보자
  • 공유할만한게 없으니 분리해서 가보자
  • react개발자 2명이 놀고있어서...

###Pros

  • 재사용성 -> React + Redux + EcmaScript2015 = Awesome
  • Fiex layout편리함

###Cons

  • 네비게이션(Navigator)
  • 잦은 버전업데이트(버그수정)

###Post Mortem Do

  • Easy to develop
  • Okay to distribute
  • Hard to keep it updated
  • use redux and code-push(추천)

Don't

  • believe in react-native packages
  • custom router harms native experience
  • this of it as native environment
  • code-push has problem with redux
  • nesting components is harmful
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment