Subscribe to patches for a store ?
Hello, I was wondering if there is a good way to subscribe to a stream of patches from a solidjs store.
I am primarily looking for something similar to what MobX provides (also immer)
2 Replies
use
createEffect(on(() => store.data.toBeWatched, listener))
or https://primitives.solidjs.community/package/deep#trackstoreSolid Primitives
A library of high-quality primitives that extend SolidJS reactivity
Solid Primitives
A library of high-quality primitives that extend SolidJS reactivity