Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asd-xiv/react-hooks
Custom reusable React Hooks.
https://github.com/asd-xiv/react-hooks
custom-hooks react react-hooks
Last synced: about 10 hours ago
JSON representation
Custom reusable React Hooks.
- Host: GitHub
- URL: https://github.com/asd-xiv/react-hooks
- Owner: asd-xiv
- License: bsd-3-clause
- Created: 2021-02-26T21:02:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T12:30:44.000Z (almost 2 years ago)
- Last Synced: 2024-10-30T04:50:24.905Z (10 days ago)
- Topics: custom-hooks, react, react-hooks
- Language: JavaScript
- Homepage:
- Size: 3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# React Hooks
* [Stack](#stack)
* [Changelog](#changelog)## Stack
* Main: [React](https://github.com/facebook/react)
* Bundler: [Babel](https://github.com/babel/babel)
* Unit testing: [riteway](https://github.com/ericelliott/riteway)
* E2E testing: [testcafe](https://github.com/DevExpress/testcafe)
* Linting: [ESLint](https://github.com/eslint/eslint), [Stylelint](https://github.com/stylelint/stylelint), [@asd14/eslint-config](https://github.com/asd-xiv/eslint-config)
* Code formatting: ESLint rules + [prettier](https://github.com/prettier/prettier)## Changelog
See the [releases section](https://github.com/asd-xiv/react-hooks/releases) for details.