comit-network / app

Moved to
https://github.com/comit-network/taker-ui
MIT License
1 stars 1 forks source link

Refactor Wallet balances to use hooks #24

Closed yosriady closed 4 years ago

yosriady commented 4 years ago

In 'Balances.tsx' component, use useReducer, createContext, useContext and providers to extract out wallet state for easier use and clearer dataflow.