Lily-Technologies / lily-wallet

The best way to secure your bitcoin.
https://lily-wallet.com
Other
94 stars 15 forks source link

use reducer for account map #43

Closed KayBeSee closed 4 years ago

KayBeSee commented 4 years ago

This refactors accountMap to use a reducer instead of just merging the object and setting state. This will allow some performance upgrades in the future when I incorporate memo/context on the home page.

It also adds tests (yay!) for the reducer and moves the test folder into src so that yarn test will run all the tests.