wotori-studio / NFText

NFT minting and collaboration platform compatible with Cosmos-based blockchains.
https://stellar.ekza.io
MIT License
1 stars 2 forks source link

State management #17

Closed wotori closed 2 years ago

wotori commented 2 years ago

Do we need smth like MobX and how Is It better then Redux for example. As I notice we still able to manage state with integrated into react features. For example as I noticed there is a context to solve this. Mb we don't need additional dependencies and keep our app small-medium size and lightweight

some articles: https://blog.openreplay.com/redux-alternatives-in-2021 https://blog.bitsrc.io/redux-react-alternatives-c1733793a339

vzichv commented 2 years ago

At the moment we have already imported MobX into our project.