0.1.15 • Published 2 years ago

sorted-hooks v0.1.15

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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

0.1.12

2 years ago

0.1.13

2 years ago

0.1.14

2 years ago

0.1.15

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago