Closed dvingo closed 2 years ago
Lots of work to get proper caching of subscriptions when using react hooks.
use-sub-map
use-sub-memo
defsub
defsubraw
db->tree
Lots of work to get proper caching of subscriptions when using react hooks.
use-sub-map
is now a macro that expands touse-sub-memo
callsuse-sub-memo
will deal with memoized subscription vectors for user calls by default but can be overridden if needed.defsub
defsubraw
helpersdb->tree