This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
walletkit-ui
- Migrate to shared components
#13
Labels
walletkit-ui
- Migrate to shared components
#13
What would you like to be added:
The goal of this library is to able to share components between different products/consumers. Example,
WhaleContext
is used on Mobile Light Wallet and Desktop Light Wallet. We would want to migrate it on this library, and use them on both products.Another thing for consideration when moving, if the current context/store etc have functionalities that can be used on other products which are not specific to react. Consider moving them to
@walletkit-core
. So if we want to use them on Bridge (server side), we can use them without importing React. Example, @lykalabrada moved someWhaleContext
logic towhale.ts
- https://github.com/WavesHQ/walletkit/pull/6/filesAfter migrating, you can update them on both Desktop Light Wallet and Mobile Light Wallet.
Example:
Don't forget to test!
For up to date logic, please get the files on Mobile Light Wallet.
Providers
Store
The text was updated successfully, but these errors were encountered: