Tinita React
React hooks for the Tinita ecosystem.
Installation
npm install tinita-react react
pnpm add tinita-react react
yarn add tinita-react react
Note: React is a peer dependency and must be installed separately.
Requirements
- React >= 18.0.0
- TypeScript >= 5.0 (recommended)
Features
- Tree-shakeable: One file = one hook for optimal bundle size
- TypeScript-first: Full type safety with generics
- Zero dependencies: Only depends on React (peer dependency)
- Thoroughly tested: Comprehensive test coverage
Development
pnpm install
pnpm build
pnpm test
pnpm check-types
pnpm lint
Contributing
See the root CONTRIBUTING.md for contribution guidelines.
License
MIT