This monorepo contains a React hooks library and an example application demonstrating its usage.
packages/react-scoped-hooks
: The main hooks librarypackages/example-app
: A Vite-based example application
- Node.js (v16 or higher)
- pnpm (v8 or higher)
pnpm install
Start the example app in development mode:
pnpm dev
Run tests:
pnpm test
Build all packages:
pnpm build
A React hooks library that provides scoped state management utilities.
A Vite-based React application that demonstrates the usage of react-scoped-hooks
. Features:
- TypeScript
- Tailwind CSS
- Vitest for testing
- ESLint configuration