jhen0409 / react-native-boilerplate

The React Native, Redux boilerplate for personal usage
MIT License
246 stars 80 forks source link

Why we need to provide actionCreators in configuring dev tools. #11

Closed nuhbye closed 8 years ago

nuhbye commented 8 years ago

Why do we need to mention actionCreators here: https://github.com/jhen0409/react-native-boilerplate/blob/master/src/configureStore.js#L27

For me it is working without this as well.

Thanks Kunal

jhen0409 commented 8 years ago

This is optional for debug actions easier, see Use action creators for Dispatcher.