t4t5 / nostr-react

React Hooks for Nostr 🦤
MIT License
85 stars 14 forks source link

add onReadyCallback to the useNostrEvents hook #11

Closed SebastiaanWouters closed 1 year ago

SebastiaanWouters commented 1 year ago

allow users to be notified when all events for a specific filter are transmitted

t4t5 commented 1 year ago

Thanks for the PR! This is a great addition. 👍

Could you change the name of the function from onReady to something like onDone? I think that's more descriptive for this type. onReady makes me think that the request is "ready to be sent". 😊