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

Dispatch Multiple Actions in One Action #30

Open
keli95566 opened this issue Aug 1, 2020 · 0 comments
Open

Dispatch Multiple Actions in One Action #30

keli95566 opened this issue Aug 1, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@keli95566
Copy link
Member

keli95566 commented Aug 1, 2020

I remember the issue we talked about when creating a visualisation. It seems that I found the solution when I encountered the same problem:

redux-utilities/redux-actions#61

Related Files: ListModalContainer, states/visualizations/actions

We have to refractor the ListModalContainer as it is very messy now and many of the actions of visualization are hard to reuse. For example, there are many input parameters for the action that could be retrieved in the background with hook and selector in the store, instead of getting them in the container.

@keli95566 keli95566 added the enhancement New feature or request label Aug 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants