Fork me on GitHub
#datascript
<
2017-09-19
>
cjhowe19:09:00

how would you go about telling if the results of a query have changed without requerying all the time? if my views have a bunch of datascript queries, how would i know which queries have actually been updated so i can only re-render those views? i don't really want to re-run all my queries each time the database changes