|
|
|
|
|
by throwaway_bad
2423 days ago
|
|
Having client state just be a replica of server state solves so many problems I don't understand why the concept never caught on. Pouchdb/couchdb are still the only ones doing it afaik. Instead we have a bajillion layers of CRUD all in slightly different protocols just to do the same read or write to the database. |
|
This breaks down quickly once you have data that could become private or mutate rather than append.