Skip to content

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 futurefunctionComponent(){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

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages