Skip to content

mdb1710/react-use-the-things

Repository files navigation

@codebymdb/react-all-the-things

test npm package

NPM JavaScript Style Guide

Install

npm install --save @codebymdb/react-all-the-things

Usage

import React, { Component } from 'react'

import { useMyHook } from '@codebymdb/react-all-the-things'

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

License

MIT © mdb1710


This hook is created using create-react-hook.

About

Test NPM Package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published