@jenshaase/react-meteor-data
v2.7.2
Published
React hook for reactively tracking Meteor data
Downloads
2
Maintainers
Readme
@jenshaase/meteor-react-data
This is an unmodified copy of meteor-react-data on NPM.
Usage
Install the package
npm install --save @jenshaase/meteor-react-data
Use the package like the original
import { useTracker } from "@jenshaase/react-meteor-data";
Update
cd react-packages
git checkout <commit>
cd ..
npm publish --access public