Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 654 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 654 Bytes

react-hooks

A collection of helpers for use in React projects.

Documentation

Development

Setup

Clone repo, make sure you are using the correct version of Node, and install dependencies:

yarn

Running the docs

This will make Vite run a production build with --watch for the hooks so you can develop the docs while still being able to tweak them.

yarn start

Running the package and playground

If you'd like to work on hooks in isolation and see them in action, you can run the playground:

cd packages/wethegit-react-hooks
yarn dev