You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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:
What do you think @nilsnolde and @chrstnbwnkl??
The text was updated successfully, but these errors were encountered: