kunga_tashi
kunga_tashi11mo ago

Make your product collaborative with Convex

Wrote a blog on how one can introduce realtime collaboration by building a simple text editor. The aim was to show the DX and ease of realtime integration with Convex. Please have a read: https://dev.to/kunga/make-your-product-collaborative-with-convex-2945 Github: https://github.com/Kuntash/edit-now The idea of writing came because I am currently building a markdown editor called Collaborawrite with collaboration, theme injection and zip downloadable blog at its core. If you would like to join the waitlist please visit: https://www.collaborawrite.com/
DEV Community
Make your product collaborative with Convex
Hey there, this blog will guide you on how you can turn your product into a collaborative environment...
GitHub
GitHub - Kuntash/edit-now: A realtime text editor using Convex, bui...
A realtime text editor using Convex, build as a reference to my tutorial on medium. - Kuntash/edit-now
Collabora Write
A beautiful, feature rich markdown editor to get shit done
2 Replies
ian
ian11mo ago
Nice work! If you're interested in other debouncing strategies, check this out: https://stack.convex.dev/throttling-requests-by-single-flighting
Throttling Requests by Single-Flighting
For write-heavy applications, use single flighting to dynamically throttle requests. See how we implement this with React hooks for Convex.
kunga_tashi
kunga_tashiOP11mo ago
Thanks @ian , will take a look

Did you find this page helpful?