https://github.com/franco4457/use-simple-ts
A lightweight library for custom react hooks 🚀
https://github.com/franco4457/use-simple-ts
custom-hooks hooks react reactjs
Last synced: 3 months ago
JSON representation
A lightweight library for custom react hooks 🚀
- Host: GitHub
- URL: https://github.com/franco4457/use-simple-ts
- Owner: franco4457
- License: mit
- Created: 2023-06-24T19:29:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T00:19:58.000Z (almost 2 years ago)
- Last Synced: 2025-12-25T19:16:03.656Z (7 months ago)
- Topics: custom-hooks, hooks, react, reactjs
- Language: TypeScript
- Homepage:
- Size: 418 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @use-simple-ts
A Quick description of the custom hook
## Installation
```sh
pnpm i @use-simple-ts/core
```
### or yarn
```sh
yarn add @use-simple-ts/core
```
## Contribution
Yes please! See the
[contributing guidelines](https://github.com/franco4457/use-simple-ts/blob/master/CONTRIBUTING.md)
for details.
## License
This project is licensed under the terms of the
[MIT license](https://github.com/franco4457/use-simple-ts/blob/master/LICENSE).