https://github.com/lxsmnsyc/react-hooks
My home-made React Hooks
https://github.com/lxsmnsyc/react-hooks
Last synced: 2 months ago
JSON representation
My home-made React Hooks
- Host: GitHub
- URL: https://github.com/lxsmnsyc/react-hooks
- Owner: lxsmnsyc
- License: mit
- Created: 2019-06-19T03:44:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T15:36:47.000Z (over 2 years ago)
- Last Synced: 2025-02-12T22:36:09.907Z (4 months ago)
- Language: TypeScript
- Size: 1.54 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @lxsmnsyc/react-hooks
> My home-made collection of React hooks
[](https://www.npmjs.com/package/@lxsmnsyc/react-hooks) [](https://standardjs.com)
## Install
```bash
npm install --save @lxsmnsyc/react-hooks
```## Usage
```tsx
import * as React from 'react'import MyComponent from '@lxsmnsyc/react-hooks'
class Example extends React.Component {
render () {
return (
)
}
}
```## License
MIT © [lxsmnsyc](https://github.com/lxsmnsyc)