Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

use-activity-dispatcher

yingjieg11MIT1.0.2

readme

use-activity-dispatcher

NPM JavaScript Style Guide

Install

npm install --save use-activity-dispatcher

Usage

import React, { Component } from 'react'

import { useMyHook } from 'use-activity-dispatcher'

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

License

MIT © yingjieg


This hook is created using create-react-hook.