Contributing
Hey there! We're really excited that you're interested in contributing to React Use Hooks. Before submitting your contribution, please make sure to take a moment and read through the following guidelines:
Packages
List of packages in this monorepo.
| Package Name | Version | Size |
|---|---|---|
@reactusehooks/core |
Development
This React Use Hooks uses PNPM workspaces to manage the packages and Turbo Repo to manage the monorepo.
Installation
pnpm installCommands
| Command | Description |
|---|---|
pnpm build | Build all packages. |
pnpm dev | Start the development server for the documentation website. |