MyCryptoHQ / MyCrypto

MyCrypto is an open-source tool that allows you to manage your Ethereum accounts privately and securely. Developed by and for the community since 2015, we’re focused on building awesome products that put the power in people’s hands.
https://mycrypto.com
MIT License
1.36k stars 650 forks source link

Normalize Redux State #234

Closed dternyak closed 6 years ago

dternyak commented 7 years ago

Some state within redux right now is deeply nested, making it harder to use the data within our UI components and reducers. By normalizing API calls with normalizr, and referring by entities by ID, we can flatten our state.

james-prado commented 6 years ago

Closed by https://github.com/MyEtherWallet/MyEtherWallet/pull/443