0.3.0 • Published 9 years ago

baobab-meteor-utils v0.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

Utils for integrating BaoBab with Meteor

build status

NPM

Example

import Meteor from 'meteor';
import { cursorListener } from 'baobab-meteor-utils';

Meteor.startup(() => {
  cursorListener(window.Users.find(), cursor);
});
import Meteor from 'meteor';
import { cursorObjectListener } from 'baobab-meteor-utils';

Meteor.startup(() => {
  cursorObjectListener(() => window.Meteor.user(), cursor);
});
import Meteor from 'meteor';
import { autorunBinding } from 'baobab-meteor-utils';

Meteor.startup(() => {
  autorunBinding(() => window.Meteor.user(), cursor);
});
0.3.0

9 years ago

0.2.0

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago