TokelPlatform / tokel_dapp

Tokel's All-In-One application. Featuring a coin wallet, token wallet, tokenDEX, NFT marketplace and a token creation page.
https://tokel.io
MIT License
39 stars 24 forks source link

Use Redux + Rematch for View and State management #30

Closed acnebs closed 3 years ago

acnebs commented 3 years ago

After moving away from the multiple renderer process plan, initial thinking was to use react-router for view management. However, since this app will never be web-based (we'd be using a MemoryRouter), and we will probably need a separate state management library anyway, the more sensible option is probably to just go ahead and use redux for this, as all devs currently working on the project are familiar with it.

Rematch is a convenience wrapper around redux that should make it easier to work with for our (relatively) simple use-case, so going with that.

piggydoughnut commented 3 years ago

@acnebs this is resolved right? if so, please close 🖖🏽

acnebs commented 3 years ago

Closed in #31