0.2a : React Native > Redux > Flashcards
store, action, reducers
app state is stored in store, actions describe an event that changes state tree, reducers specify how actions change state tree.