-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Description
What would you like to share?
Our redux structure seems to be little unorganized, I think it would be good if we handle it completely in one folder
example:
src
|--redux ( new folder )
|--actions
|--directionActions.js
|--isochroneActions.js
|--commonActions.js
|--reducers
|--common.js
|--directions.js
|--isochrones.js
|--rootReducer.js (currently it is called index.js in reducers folder)
|--types
|--types.js
|--store
|--store.js (currently we are using index.js for creating store and for middleware)
What do you think @nilsnolde and @chrstnbwnkl??
Metadata
Metadata
Assignees
Labels
No labels