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
Installing Haiku is very easy!
Requires React >=16.8.0
npm install react-haiku
yarn add react-haiku
pnpm install react-haiku
This project uses jest as the testing framework and React Testing Library (RTL) for testing React components and hooks.
To execute all unit tests with coverage enabled
npm run test
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!
MIT