Skip to content

hiddentao/react-hooks

Repository files navigation

A collection of useful React hooks for async programming and web3.

Development

Note: This is a PNPM monorepo. All code is in Typescript.

Run this after cloning the repo, to bootstrap the packages:

$ pnpm i

To build an individual package, e.g. use-progress:

$ cd packages/progress
$ pnpm build

You can also watch for changes and rebuild:

$ pnpm watch

Publishing

To do a new release:

$ pnpm pre-release
$ pnpm release

About

A collection of useful React hooks for async programming, web3, etc

Resources

Stars

Watchers

Forks

Packages

No packages published