Blocks
Meteor Subscribe with useTracker()
Sample code that uses useTracker in order to subscribe and read the pointers of a published colletion on Meteor.
Meteor React
Check out the Meteor React tutorial.
Publishing the collection
In order to access a collection on the client side, you need to publish it on the server side. This is done by adding a publication to the server/main.js file. In this case, we are publishing the Users collection.