Node reference
Store nodes
Shared client state and the surfaces that use it.
Store nodes represent shared client state. Connect a store to the components and pages that read or write it so state ownership stays explicit instead of implied.
If several components reach for the same state, a store node is usually the sign that it belongs in one shared place.