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
.
├─ packages/
│ └─ immutable-instance/ # Example library
└─ .changeset/ # Changesets for versioning and publishing
Install dependencies:
pnpm installBuild all packages:
pnpm -w buildCreate and apply version updates with Changesets:
pnpm changeset
pnpm changeset versionPublish packages to npm:
pnpm changeset publish- immutable-instance - Makes immutable class instances reactive for front-end application
More hooks will be added over time.
MIT