Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ledgy/react-meteor-data
React hook for reactively tracking Meteor data
https://github.com/ledgy/react-meteor-data
Last synced: about 1 month ago
JSON representation
React hook for reactively tracking Meteor data
- Host: GitHub
- URL: https://github.com/ledgy/react-meteor-data
- Owner: Ledgy
- Created: 2020-03-13T14:23:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-12T07:11:25.000Z (over 3 years ago)
- Last Synced: 2024-10-12T21:22:24.625Z (about 1 month ago)
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## `@ledgy/meteor-react-data`
This is an unmodified copy of [meteor-react-data](https://github.com/meteor/react-packages/tree/devel/packages/react-meteor-data) on NPM.
### Usage
Install the package
```bash
npm install --save @ledgy/meteor-react-data
```Use the package like the original
```js
import { useTracker } from '@ledgy/react-meteor-data';
```### Update
```
npm run update
npm publish
```