stellar / freighter

Stellar browser extension
81 stars 25 forks source link

SPIKE: Re-architect freighter client's popup stores #1632

Open aristidesstaffieri opened 2 weeks ago

aristidesstaffieri commented 2 weeks ago

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?