I've been trying to find a pattern to allow reactivity when I don't know which properties are to be passed down.
It seems that reactivity is lost using {...props} type spreading. (in this case props is a Store).
I saw in one conversation that passing whole stores instead of props is a pattern used in qwik, but the linked article is 404.
What's the best practice here?