Skip to content

Handling complete redux in one new folder #185

@harsh5902

Description

@harsh5902

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions