All the code samples for ThreadsDB omit key parts that make it very hard to know how to use the API in practice.
The databases, collections, etc examples all omit the details of Database creation (new Database(...)). The multi-user threads seems to give a few hints but it's not clear whether it's canonical use. The only example I found was in the react-3box-threadsdb example, but again it's not clear whether it's the simplest canonical use.
All the code samples for ThreadsDB omit key parts that make it very hard to know how to use the API in practice.
The databases, collections, etc examples all omit the details of Database creation (
new Database(...)
). The multi-user threads seems to give a few hints but it's not clear whether it's canonical use. The only example I found was in the react-3box-threadsdb example, but again it's not clear whether it's the simplest canonical use.