New "useProfile" hook
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. 🎉