Yes it does, easily. And scaling is even easier when you use React because you 'subscribe' to data when the component is 'mounted' and when the component is destroyed you remove that subscription.
And this all happens for you automatically. No lie, React makes Meteor scale by virtue of how it forces you to architect your data usage.
And this all happens for you automatically. No lie, React makes Meteor scale by virtue of how it forces you to architect your data usage.