๐๏ธ Multichain
Setup
๐๏ธ Number utility
Denominated number
๐๏ธ Query performance
All query hooks in ReactiveDOT create subscriptions to the underlying data sources. These subscriptions ensure that your components always reflect the latest data changes. However, it's important to manage these subscriptions effectively to avoid performance issues.
๐๏ธ Using Polkadot-API (PAPI)
ReactiveDOT is designed as a convenient layer over PAPI for enhanced developer quality of life. For more advanced use cases and data manipulation, it's recommended to use PAPI directly. You can access PAPI APIs through two hooks: useClient and useTypedApi.