What is Meteor? Meteor is a full-stack JavaScript platform for developing modern web and mobile applications. Meteor
meteor update Attempts to bring you to the latest version of Meteor, and then to upgrade your packages to their latest versions. By default
Server Meteor.publish(name, func) import { Meteor } from 'meteor/meteor'
Client computation.stopped
Please submit clarifications and improvements to the Guide! If it’s just a small fix, go ahead and open a PR. If it’s something more major, please file an issue for discussion
Server this.onStop(func)
After reading this guide, you’ll know: What React is, and why you would consider using it with Meteor. How to install React in
meteor build Package this project up for deployment. The output is a directory with several build artifacts: a
Templates When you write a template as <template name="foo"> ... </template> in an HTML file in your
Page 18 of 28