CRDTs for Mortals - James Long at dotJS 2019
Type Video
Created 2019
Identifier unavailable
Description
What do CRDTs and frontends have to do with each other? James talks about how CRDTs finally deliver on the promise of local-first apps, which provide superior user experience, and explains how simple CRDTs can be and how to leverage them to create robust local-first apps.
Relations
relates to Conflict-free replicated data type (CRDT)
In distributed computing, a conflict-free replicated data type (CRDT) is a data structure which can b...
references Logical Physical Clocks and Consistent Snapshots in Globally Distributed Databases
There is a gap between the theory and practice of distributed systems in terms of the use of time. Th...
Edit details Edit relations Attach new author Attach new topic Attach new resource
9.0 /10
useless alright awesome
from 1 review
- Resource level 4.0 /10
- beginner intermediate advanced
- Resource clarity 7.0 /10
- hardly clear sometimes unclear perfectly clear
- Reviewer's background 3.0 /10
- none basics intermediate advanced expert
Comments 1
9 rating 4 level 7 clarity 3 user's background
Includes demo on GitHub.
Nice talk about why to build local first app and how to go around to do it.