close
Skip to content

wangxingkang/rcuse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

238 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image

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

About

React 的基本组合工具集合 (Basic composition toolset for React)

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages