This example shows how a MongoDB collection can be displayed in a React component. The collection is continuously synchronized between server and client, and the page instantly updates as database contents change.
To connect React components and Meteor collections, you'll need the react-meteor-data...