0.3.0 • Published 8 years ago

baobab-meteor-utils v0.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 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

8 years ago

0.2.0

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago