You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an idea for a new example for ShareDB: Comments. This would be a simple interface that lets users add comments to a thread, similar to GitHub Issues.
The goal is to demonstrate how to do the following combination of things with ShareDB, which I have been struggling to do for some time now:
Securely allow only certain queries, and deny all others (do not allow the client to execute arbitrary queries)
Server-render the first query results
Hydrate a Query client-side
Ensure the query result set updates when a new comment is added or an existing comment is deleted
Ensure each document in the query result set updates (e.g. when a comment is edited)
Would there be interest in adding such an example?
I have an idea for a new example for ShareDB: Comments. This would be a simple interface that lets users add comments to a thread, similar to GitHub Issues.
The goal is to demonstrate how to do the following combination of things with ShareDB, which I have been struggling to do for some time now:
Would there be interest in adding such an example?
Related:
The text was updated successfully, but these errors were encountered: