@storency/hooks
TypeScript icon, indicating that this package has built-in type declarations

0.2.3 • Public • Published

@storency/hooks

Welcome to Storency hooks! This package includes a set of common React hooks for building Storency applications.

Features

  • Reusable: Collection of commonly used React hooks to simplify your code.
  • Composable: Easily combine hooks to create custom logic.
  • Well-tested: Hooks are tested to ensure reliability and stability.

Installation

To install the @storency/hooks package, run:

pnpm install @storency/hooks
# or
npm install @storency/hooks

Usage

To use the hooks, simply import them into your project:

import { useCustomHook } from '@storency/hooks';

const App = () => {
  const customValue = useCustomHook();

  return <div>{customValue}</div>;
};

Package Sidebar

Install

npm i @storency/hooks

Weekly Downloads

12

Version

0.2.3

License

MIT

Unpacked Size

3.52 kB

Total Files

7

Last publish

Collaborators

  • wallwhite