Content pfp
Content
@
0 reply
0 recast
0 reaction

Varun Srinivasan pfp
Varun Srinivasan
@v
I'm getting increasing conviction around the idea of using sync engines instead of APIs for building apps The idea is simple: - apps read and write to a local db or object - a sync engine keeps this magically synced with server db - sync is designed to be conflict free (using crdts or similar)
16 replies
11 recasts
58 reactions

Phil Cockfield pfp
Phil Cockfield
@pjc
🙌💯 me too. “Simplicity on the far side of complexity” What you said, consolidate the complexity into the CRDT sync and then a ton of the surrounding busy work no longer needs to propagate around the code case. Have had some small wins with this approach & is a pattern I intend to double down on going fwd
0 reply
0 recast
2 reactions