Kræn Hansen 🇩🇰 @kraenhansen.dk · Jul 3

> do you find that your user-event handling callbacks often need to *read* new data? I mean, depends on your data modeling paradigm, but when I was working on Realm we had an object model where you could create using a sync call. Pretty useful, especially when creating circular structures.

1 likes 1 replies

?

Replies

judah · Jul 3

is this “just” reading-on-write? i don’t see an explicit read call here so i guess it’s just returning the data it just created with the nice part being that they’re serial sync calls, yes?