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

The state management of the app using redux is not efficient #33

Open
santanugh22 opened this issue Oct 21, 2023 · 1 comment
Open

The state management of the app using redux is not efficient #33

santanugh22 opened this issue Oct 21, 2023 · 1 comment
Assignees

Comments

@santanugh22
Copy link

The latest ReduxJs toolkit configuration is a little different than what is written in the code base of the app leading to some action related issues in the console (I was using Expo in IOS), It was showing that undefined is sent in dispatch .. Separate action file is no longer necessary and we can return the current state directly which will solve the issue .

[X]->Problem is the the configuration and setup of the Redux to the modern standard .

Thanks

@yogeshwar-chaudhari-20
Copy link
Contributor

yogeshwar-chaudhari-20 commented Feb 14, 2024

I investigated this issue and found that the redux setup needs some rework. The state needs to be isolated in logical slices, as well as the reducer needs to consolidate all actions in each slice. I will raise the PR that will properly set this up.

@silenteyesoncode silenteyesoncode self-assigned this Feb 14, 2024
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

3 participants