sorted-hooks
TypeScript icon, indicating that this package has built-in type declarations

0.1.15 • Public • Published

sorted-hooks 🚧 WIP 🚧

A collection of useful hooks for react

Usage

npm install sorted-hooks
# or
yarn add sorted-hooks

Documentation

  1. useCompress
import { useCompress } from 'sorted-hooks';

function App() {
  const compress = useCompress();
  
  const handleUpload = async (file) => {
    const compressedFile = await compress(file);
  }
  
  return ...
}

CI Workflow

Readme

Keywords

none

Package Sidebar

Install

npm i sorted-hooks

Weekly Downloads

26

Version

0.1.15

License

MIT

Unpacked Size

15.8 kB

Total Files

21

Last publish

Collaborators

  • princejoogie