Listening to all changes in an array or object in a store
does trackStore trigger on any store updates, even if the prop isn't referenced? IE converting the store to a "dumb" createSignal for tracking purposes?
Listening to all changes in an array or object in a store
@thetarnav why are the examples there using createSignal? I thought that the point of the createStore was that it was deeply reactive, compared to simple signals.