0.1.11 • Published 2 years ago

@losslessproject/hooks v0.1.11

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

PoolTogether hooks

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

NOTE

Make sure you keep peerDependencies and devDependencies versions in sync!

How to use

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

Local development

Local development works best with yalc yarn global add yalc

In pooltogether-hooks: yarn start

In the app you're importing pooltogether-hooks: yalc link @pooltogether/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 @pooltogether/hooks.

TODO:

  • jest tests
0.1.10

2 years ago

0.1.11

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.9

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago