@nuwe/hooks
v1.8.2
Published
Reusable custom hooks from nuwe.io and nuwe components library
Downloads
23
Keywords
Readme
🪝 Nuwe hooks library
Features
- React(v5)
- TypeScript (v4)
- Prettier
- ESLint with:
- Simple Import Sort
- Import plugin
- And a few other ES2015+ related rules
- Jest with DOM Testing Library
- GitHub Action workflows set up to run tests and linting on push
- SWC: Execute your tests in less than 200ms
Running the app
- Install the dependencies:
npm install
- Execute the tests:
npm run test
- Check linter errors:
npm run lint
- Fix linter errors:
npm run lint:fix