I have a data view that renders a store of data.
Once in a while the user may opt in to add more items through different sources.
When that happens, i create a new store and loop through the result and add them to the primary data view store.
Is there a better way to merge two stores? or append loaded data to a store rather than refreshing it entirely?