An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# @lxsmnsyc/react-hooks

> My home-made collection of React hooks

[![NPM](https://img.shields.io/npm/v/@lxsmnsyc/react-hooks.svg)](https://www.npmjs.com/package/@lxsmnsyc/react-hooks) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](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)