@rcuse/core
TypeScript icon, indicating that this package has built-in type declarations

0.25.0 • Public • Published

Collection of essential React Utilities

NPM version NPM Downloads GitHub stars code style

🚀 特性

  • Fully tree shakeable

🦄 使用

import { useBoolean } from '@rcuse/core';

export default () => {
  const [open, action] = useBoolean();
  
  // your code
}

📦 安装

# npm
npm i @rcuse/core

# yarn
yarn add @rcuse/core

# pnpm
pnpm i @rcuse/core

Readme

Keywords

Package Sidebar

Install

npm i @rcuse/core

Weekly Downloads

3

Version

0.25.0

License

MIT

Unpacked Size

185 kB

Total Files

10

Last publish

Collaborators

  • wangxingkang