issues
search
Headstorm
/
shukra
Akka cluster visualization UI and management dashboard
Apache License 2.0
35
stars
7
forks
source link
Refactor and/or move redux actions and reducers
#63
Closed
kpasagada
closed
4 years ago
kpasagada
commented
4 years ago
Redux actions and reducers are now tied to major react components
The idea is to separate redux from components (link them more to certain functions of the application)
For instance, the snackbar component could have its own reducer and actions.
Move these redux files into a separate folder to follow best practices