gardencmp / jazz

Build your next app with sync.
https://jazz.tools
MIT License
981 stars 28 forks source link

Create comprehensive Guide for Jazz #186

Open aeplay opened 5 months ago

aeplay commented 5 months ago
faceyspacey commented 1 week ago

no complaints, excellent work!

What's the difference between what you're doing and "local first" CRDTs described here:

https://www.inkandswitch.com/local-first

Would you describe what you're doing as "collaborative realtime Valtio"? The mutable reactive interface looks very similar to Valtio.

aeplay commented 1 week ago

What's the difference between what you're doing and "local first" CRDTs

Jazz is local-first CRDTs! (our own implementation)

What it adds on top is user identity and permissions based on public key cryptography - effectively making that part local-first as well

elliotBraem commented 3 days ago

I had an issue with the public sharing bit -- loading the link in an incognito window, different browser, or over network on my mobile, it always would just show an empty issue.

I'm working with Vite and tanstack router.

EDIT: I'm not sure what happened, but just reloading the app now and trying it out on other devices is working.