Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A collection of reusable React hooks for common patterns and utilities.

License

Notifications You must be signed in to change notification settings

arnaud-zg/use-library

Repository files navigation

use-library

This repository is a workspace where I maintain all my React hooks as reusable tools.

It serves as a central place to:

  • Develop and organize React hooks
  • Display available hooks with links to their source code and npm packages

Structure

.
├─ packages/
│  └─ immutable-instance/   # Example library
└─ .changeset/              # Changesets for versioning and publishing

Workflow

Install dependencies:

pnpm install

Build all packages:

pnpm -w build

Create and apply version updates with Changesets:

pnpm changeset
pnpm changeset version

Publish packages to npm:

pnpm changeset publish

Available Hooks

More hooks will be added over time.

License

MIT

About

A collection of reusable React hooks for common patterns and utilities.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published