datascript

Sam Ferrell 2024-01-05T21:40:31.057549Z

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

Niki 2024-01-06T01:23:33.887819Z

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