Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```