heyitsarpit / react-hooks-library

A collection of hooks and utilities for modern React

Home Page:https://react-hooks-library.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Hooks Library

Build Status Version License

A collection of hooks and utilities for React. List of all function. For more information, read the official documentation.

Features

  • 🔮 Typescript

    Written in typescript so you get the advantage of strong type safety

  • 🧠 Server Side Ready

    All hooks handle SSR rendering and work well with frameworks like Next/Gatsby

  • 🌿 Tree Shakable

    Exported as es modules, import cost for individual function is tiny

  • 🎡 Interactive Demos

    All hooks have a demo example to demonstrate their use

Installation

npm i @react-hooks-library/core
# or
yarn add @react-hooks-library/core
# or
pnpm add @react-hooks-library/core

Contribution

Contribution guide coming soon... 🤞🏽

Credits

This library is heavily inspired by VueUse, from the vue ecosystem.

License

MIT © 2021 | Arpit

About

A collection of hooks and utilities for modern React

https://react-hooks-library.vercel.app/

License:MIT License


Languages

Language:TypeScript 61.1%Language:MDX 32.6%Language:CSS 4.8%Language:JavaScript 1.5%Language:Shell 0.0%