🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

tinita-react

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tinita-react

React hooks for the tinita ecosystem - tree-shakeable, type-safe utilities for React applications

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

Tinita React

React hooks for the Tinita ecosystem.

Installation

npm install tinita-react react
# or
pnpm add tinita-react react
# or
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

# Install dependencies
pnpm install

# Build the library
pnpm build

# Run tests
pnpm test

# Type checking
pnpm check-types

# Lint
pnpm lint

Contributing

See the root CONTRIBUTING.md for contribution guidelines.

License

MIT

Keywords

react

FAQs

Package last updated on 02 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts