This is how redux store folder struture should look like:
- One file - one entity
- Upcoming imports
Reducer file example:
Action file example:
Reducers index.js:
Same for action folder index.js:
Top store's index.js
Import anything from store and use it whatever you want
import {addressCount, fetchAddressDetails, AddressReducers, AddressActions} from 'Stores/AddressStore'