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

3.0.15-10 • Public • Published

Wooy hooks

A collection of various useful hooks used across the Wooy applications.

NOTE

Make sure you keep peerDependencies and devDependencies versions in sync!

How to use

  1. yarn add @wooy/utilities
  2. import * as Hooks from '@wooy/hooks' OR import { hookYouWantToUse } from '@wooy/hooks'
  3. Ensure you call any required init functions early

Local development

Local development works best with yalc yarn global add yalc

In wooy-hooks: yarn start

In the app you're importing wooy-hooks: yalc link @wooy/hooks

When you save changes inside the hooks src folder, the package will rebuild and be pushed to all other projects that have run yalc link @wooy/hooks.

TODO:

  • jest tests

Readme

Keywords

none

Package Sidebar

Install

npm i @wooy/hooks

Weekly Downloads

0

Version

3.0.15-10

License

MIT

Unpacked Size

566 kB

Total Files

132

Last publish

Collaborators

  • alejolovallo
  • awolfsdorf
  • djaciel
  • hperezrodal
  • jm.aragonpaz
  • lizanlycan
  • lucas-marc
  • mariano-aguero
  • nicomendiatd
  • pmprete
  • rjchirinos
  • wooy_developer