1.1.3 • Published 3 years ago

@ithreat/use-mongo-watcher v1.1.3

Weekly downloads
8
License
MIT
Repository
github
Last release
3 years ago

use-mongo-watcher

NPM JavaScript Style Guide

Install

npm install --save use-mongo-watcher

Usage

import React, { Component } from 'react'

import { useMyHook } from 'use-mongo-watcher'

const Example = () => {
  const example = useMyHook()
  return (
    <div>{example}</div>
  )
}

License

MIT © japhy-


This hook is created using create-react-hook.