af3d 4 days ago

AFAICT this library generates "flat" JSON objects. Wouldn't be too hard to implement it such that references to Javascript objects are instead returned, where some sort of callback could be invoked whenever the actual object is modified. I do rather like this "query engine" approach, too. It's a much cleaner interface IMO and doesn't seem to incur too much overhead either....

jansommer 4 days ago

I don't know if RxJS has run out of fashion, but that would give you observable js using map/filter/reduce etc.