t4t5 / nostr-react

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

Any plans to support nip33? #9

Open chmac opened 1 year ago

chmac commented 1 year ago

nip33 allows for parameterised replaceable events. I notice that when I do that, I end up with multiple copies of the event inside my components, because the newer events have a different ID.

I wondered if you had any plans to support replacing events that conform to nip33?

It's also a bit more complicated, because from my research, most relays don't currently support nip33! I'm also hoping that nostr-tools will add nip11 support, I created an issue to discuss that. That would allow for enabling this feature where relays support it.