Haiku
A clean, lightweight collection of React Hooks & Utilities
Table of Contents
Documentation
What is Haiku?
Haiku is a lightweight React library with the goal of saving
you time by offering a large collection of hooks & utilities that will
help you get things done faster
Installation Guide
Installing Haiku is very easy!
Requires React >=16.8.0
NPM
npm install react-haiku
Yarn
yarn add react-haiku
PNPM
pnpm install react-haiku
Unit Testing
This project uses jest as the testing framework and React Testing Library (RTL) for testing React components and hooks.
Running Tests
To execute all unit tests with coverage enabled
npm run test
Contributing
Haiku is always open to improvements and contributions, you can check the Open Issues if you want to contribute, and it's also possible to request to add your own improvements/ideas using the Feature Request template. Before contributing, please read the Contribution Guide and make sure to respect the standards! Thank you for your time!
Maintainers
License
MIT