๐๏ธ Multichain
Setup
๐๏ธ Number utility
Denominated number
๐๏ธ Incremental loading
defer
๐๏ธ Bulk refresh
Sometimes you need to refresh multiple queries at once based on certain criteria. The store provides methods to invalidate queries in bulk using a filter function.
๐๏ธ 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 composables: useClient and useTypedApi.