state-manager-by-ramon

1.0.0 • Public • Published

state-manager

A react hook that manages state.

NPM JavaScript Style Guide

Install

npm install --save state-manager

Usage

import React, { Component } from 'react'

import { useMyHook } from 'state-manager'

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

License

MIT © joyguy55


This hook is created using create-react-hook.

Readme

Keywords

none

Package Sidebar

Install

npm i state-manager-by-ramon

Weekly Downloads

12

Version

1.0.0

License

MIT

Unpacked Size

1.34 MB

Total Files

22

Last publish

Collaborators

  • joyguy55