Client Blaze.toHTMLWithData(templateOrView, data) import { Blaze
Anywhere DDP.connect(url) import { DDP } from 'meteor/ddp-client'
Client Template.currentData() import { Template } from 'mete
Client Session.equals(key, value) import { Session } from 'm
Client computation.stop()
After reading this article, you’ll know: When to create an npm package and when to create an Atmosphere package The basics of
Client accountsClient.logoutOtherClients([callback])
meteor add package Add packages to your Meteor project. By convention, names of community packages include the name of the maintainer
Anywhere EJSON.fromJSONValue(val) import { EJSON } from 'meteor/ejson'
Tracker.Dependency A Dependency represents an atomic unit of reactive data that a computation might depend on. Reactive data sources
Page 15 of 28