Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling complete redux in one new folder #185

Open
harsh5902 opened this issue Apr 16, 2023 · 1 comment
Open

Handling complete redux in one new folder #185

harsh5902 opened this issue Apr 16, 2023 · 1 comment

Comments

@harsh5902
Copy link
Contributor

harsh5902 commented Apr 16, 2023

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??

@nilsnolde
Copy link
Member

jep, all part of the upcoming refactor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants