@charlietango/hooks
TypeScript icon, indicating that this package has built-in type declarations

1.11.0 • Public • Published

Charlie Tango Hooks

Version Badge dependency status dev dependency status License styled with prettier

Collection of React Hooks used by Charlie Tango.

Storybook Demo: https://ct-hooks.now.sh

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";

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

Readme

Keywords

Package Sidebar

Install

npm i @charlietango/hooks

Weekly Downloads

14

Version

1.11.0

License

MIT

Unpacked Size

9.89 kB

Total Files

6

Last publish

Collaborators

  • thebuilder
  • frederik_bosch