Right now, our transactionSubmission store does a lot of unrelated things across different views.
We could break this store up into several stores and reconsider wether some of our stored data is best served by a redux store(account balances & history).
What data should the popup side redux stores cover?
Right now, our
transactionSubmission
store does a lot of unrelated things across different views.We could break this store up into several stores and reconsider wether some of our stored data is best served by a redux store(account balances & history).
What data should the popup side redux stores cover?