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 installStart the example app in development mode:
pnpm devRun tests:
pnpm testBuild all packages:
pnpm buildA 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