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

Improve state management #109

Open
marcinbodnar opened this issue Jun 17, 2022 · 0 comments
Open

Improve state management #109

marcinbodnar opened this issue Jun 17, 2022 · 0 comments

Comments

@marcinbodnar
Copy link
Contributor

At this moment app state management that is implemented with Redux is not implemented well.

We are storing most of the data in Redux state but a lot of implementation is using params from URL - for example, multisageId that is passed to many pages by URL.

It seems like we are storing the app state using redux-persist, so all data from the previous session are available, but it's not used.

Additionally, app UI is blocked until data is fetched, which is not ideal. It also doesn't make sense since we are storing the state in redux-persist.

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

No branches or pull requests

1 participant