Successfully reported this slideshow.
We use your LinkedIn profile and activity data to personalize ads and to show you more relevant ads. You can change your ad preferences anytime.

Redux with React Native

1,252 views

Published on

Introduction to Redux with React Native. Code can be seen at https://github.com/urbanvikingr/todos-react-native-redux.
This talk was held at React Camp, United Nations HQ, New York, May, 2016.

Published in: Technology
  • Be the first to comment

Redux with React Native

  1. 1. Redux With React Native React Camp 2016 @ United Nations github.com/urbanvikingr
  2. 2. Redux
  3. 3. Redux Single source of truth State is read-only Changes are made with pure functions 3 Principles
  4. 4. Redux Store Reducer Action Container Component Basics
  5. 5. Redux Store
  6. 6. Redux Reducer
  7. 7. Redux Action
  8. 8. Redux Container
  9. 9. Redux Component
  10. 10. Redux Thunk Logger SelectorAdvanced
  11. 11. s https://github.com/urbanvikingr/todos-react-native-redux
  12. 12. Q & A
  13. 13. Flow
  14. 14. Flow Static Type Checker

×