Diva
Diva

Reputation: 35

IPFS for collaborative text editing

I am new to ReactJS and IPFS, trying to create webpages with textarea where, when I type in textarea of webpage 1 it should reflect on the other and vice versa. Also, I need to do this with ipfs. Any help in understanding how to proceed on this. I tried installing yjs, http-server and ipfs. used textarea binding, but couldn't able to replicate. Help me with steps on how I can achieve this.

Upvotes: 1

Views: 144

Answers (1)

David Dias
David Dias

Reputation: 1832

You actually have access to some good examples on how to do this, see:

Upvotes: 0

Related Questions