Skip to content

clement-lta/tiny-react-hooks

Repository files navigation

tiny-react-hooks

A React hook library, written in Typescript.

Created by Tuan Anh.

💫 Introduction

This is a React hooks library, written in Typescript and easy to use. It provides a set of hooks that enables you to build your React applications faster. There are hooks for most common use cases you might need.

Usage example

import { useDisclosure } from 'tiny-react-hooks'; // might be deploy in the future

function Component() {
  const { isOpen, onOpen, onClose, onToggle } = useDisclosure();

  // ...
}

🪝 Available Hooks

  • [useDisclosure] — handles boolean state with useful utility functions.

About

Some tiny react hooks that can be safe to use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors