Skip to content

New "useProfile" hook

Compare
Choose a tag to compare
@t4t5 t4t5 released this 02 Jan 10:50
· 16 commits to main since this release

This release adds a new useProfile hook to subscribe to metadata changes to user profiles! A nice thing with this hook is that it automatically batches requests if you're trying to load multiple profiles at once. This way, you don't have to worry about sending too many requests at once from your client to a relayer. 🎉

  • Add new useProfile hook c606193
  • Add onSubscribe callback f572ae9
  • Make sure filter arg isn't cached 50f67a0

v0.5.1...v0.6.0