Hooks
useClaimableBoostsCount
Retrieve count of claimable Boosts for an address.
Reward Kit is still in early alpha, and may contain bugs or unexpected behavior.
The Boost V2 Docs are under active development and will be subject to changes.
A React hook that returns the count of claimable boosts available for a given claimant address.
Configuration options for the hook
useClaimableBoostsCount TSDoc
See in-depth technical documentation
Usage Example
Here’s how to use the useClaimableBoostsCount
hook in a React component:
Loading States
The hook provides an isPending
boolean that you can use to handle loading states in your UI:
The hook automatically handles fetching and caching of boost data through the useRewardKitProfile
hook internally.