Fork me on GitHub
#datascript
<
2024-01-05
>
Sam Ferrell21:01:31

This is a vague question but does anyone know anything about determining if a pull query may return a different result based on nothing more than a transaction report? I'm using Datascript to drive my web client app and figuring out which components to re-render based on their co-located pull query and the last transaction would improve performance considerably

Niki01:01:33

Very high probability you’ll have to build it yourself, but: just see which entities and attrs were touched by pull and then filter tx-report for those

👍 1