justinmoon / junction

UI For Using Hardware Wallets With Bitcoin Core
MIT License
60 stars 13 forks source link

Replace Mobx with Redux #28

Closed wbobeirne closed 5 years ago

wbobeirne commented 5 years ago

What This Does

Mostly the same as #24, but replaces Mobx with Redux. Uses redux-thunk for more sophisticated actions, but is otherwise a pretty vanilla setup. I also added some helpers to hopefully reduce boilerplate, check out store/types.ts and store/util.ts to see them.

Pros

Cons

Steps to Test & Screenshots

See #24