/redux_demo

http://docs.nativebase.io/docs/examples/ReduxCounterExample.html

Primary LanguageObjective-C

// Provider component makes the store available throughout our App // Reducers will return the data needed by our app,然后把data传给控件的props // We will simply create two actions Increment and Decrement.