ποΈ 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.
ποΈ Incremental loading
stream
ποΈ 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.
ποΈ Smart contract
ReactiveDOT works with Ink! contracts on chains with PolkaVM support, such as Polkadot Asset Hub or Pop Network.