use-activity-dispatcher

1.0.2 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i use-activity-dispatcher

Weekly Downloads

44

Version

1.0.2

License

MIT

Unpacked Size

616 kB

Total Files

23

Last publish

Collaborators

  • yingjieg