t4t5 / nostr-react

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

Feature request: nested NostrProviders #18

Open michaelhall923 opened 1 year ago

michaelhall923 commented 1 year ago

Basically, I have certain components which I would like to use a different set of relays for, so I would like to be able to wrap those components in a separate NostrProvider with their own relay set.

Not sure if this is the best approach to the problem, but I hope you understand the problem I'm trying to solve.