Skip to content

wonism/charlie-tango-hooks

 
 

Repository files navigation

Charlie Tango Hooks

Version Badge dependency status dev dependency status License Greenkeeper badge styled with prettier

Collection of React Hooks used by Charlie Tango.

Storybook Demo: https://ct-hooks.netlify.com

Installation

Install using Yarn:

yarn add @charlietango/hooks

or NPM:

npm install @charlietango/hooks --save

The Hooks

Individual hooks

All of our Hooks are published into their own NPM module, so you can pick and choose exactly the ones you need.

To use the Hook, import it from the package you installed, like:

import useMedia from "@charlietango/use-media";

@charlietango/hooks

The @charlietango/hooks module collects all of the individual modules into a single dependency. The module is optimized for tree shaking, so you application should only include the dependencies you actually use.

import { useMedia } from "@charlietango/hooks";

Third Party Hooks

The @charlietango/hooks collection also includes the Hook from these libraries:

Contributing

This hooks library is built at as a monorepo using Lerna and Yarn Workspaces.

To start working on a new hook, you should run the new-hook script to generate the new package.

yarn new-hook

About

Collection of React Hooks used by Charlie Tango

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 68.5%
  • JavaScript 31.3%
  • HTML 0.2%