react-ch5
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

react-ch5

NPM JavaScript Style Guide

WARNING

This is a pre 1.0.0 release. It is not really feature-complete, just a proof of concept with basic hooks support for CH5.

These hooks allow publish and subscribe of digital/boolean, analog/number and string values.

Install

npm install --save react-ch5

or

yarn add react-ch5

Usage

import * as React from 'react'
 
import { useMyHook } from '@avsp/hook'
 
const Example = () => {
  const example = useMyHook()
  return (
    <div>
      {example}
    </div>
  )
}

License

MIT © Chris Poole, AVSP Ltd


This hook is created using create-react-hook.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    6
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    6
  • 0.1.1
    2
  • 0.1.0
    2

Package Sidebar

Install

npm i react-ch5

Weekly Downloads

6

Version

0.1.2

License

MIT

Unpacked Size

22.1 kB

Total Files

11

Last publish

Collaborators

  • ninjaoxygen