React hooks for Fuselage, QuickSales.Vn's design system and UI toolkit
npm install @quickchat.vn/fuselage-hooks@quickchat.vn/fuselage-hooks> React hooks for Fuselage, QuickSales.Vn's design system and UI toolkit
---
  !react version !npm downloads !License: MIT
Firstly, install the peer dependencies (prerequisites):
``sh
npm i @quickchat.vn/fuselage-tokens react
yarn add @quickchat.vn/fuselage-tokens react
`
Add @quickchat.vn/fuselage-hooks as a dependency:
`sh
npm i @quickchat.vn/fuselage-hooks
yarn add @quickchat.vn/fuselage-hooks
`
Contributions, issues, and feature requests are welcome!
Feel free to check the issues.
As this package dependends on others in this monorepo, before anything run the following at the root directory:
`sh`
yarn build
To ensure the source is matching our coding style, we perform linting>).
Before commiting, check if your code fits our style by running:
`sh`
yarn lint
Some linter warnings and errors can be automatically fixed:
`sh`
yarn lint-and-fix
Whenever possible, add tests to describe exactly what your code do. You can run them by yourself:
`sh``
yarn test