fungible-systems / micro-stacks

Tiny libraries for building the next generation of Stacks apps.
https://micro-stacks.dev
MIT License
82 stars 15 forks source link

Add hook to hold profile #152

Open friedger opened 1 year ago

friedger commented 1 year ago

UserData contains the profile url, however, it would be nice to have a hook that contains the actual profile fetched from the profile url.

aulneau commented 1 year ago

Yeah, was thinking about what to do with the profile -- can you say more about use case?

friedger commented 1 year ago

@aulneau main use case for this is to use it on a Profile component of my app, e.g. my last transactions, my last name orders, etc.