Skip to main content

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.

Reading the collection