Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save taisyo7333/e240c4b8adbee9477075703bdee95001 to your computer and use it in GitHub Desktop.
Save taisyo7333/e240c4b8adbee9477075703bdee95001 to your computer and use it in GitHub Desktop.
Redux 思想
最上位のcomponentにconnectを行う。propsを通して、state,actionを引き渡す。
https://tongariboyz.gitbooks.io/react-native-redux-dev-notes/content/ja/smartAndDumbComponent.html
http://qiita.com/kiita312/items/d769c85f446994349b52#container-and-presentational-components
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment