Let's say there's a collection called Todos and the autopublish package is added. Here is the basic component.
import { createContainer } from 'meteor/react-meteor-data';
import React, { Component, PropTypes } from 'react';
import Todos from '/imports/collections/Todos';
export class List exte...