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

https://github.com/tj/react-hooks

Fire off actions in stateless components.
https://github.com/tj/react-hooks

Last synced: 9 months ago
JSON representation

Fire off actions in stateless components.

Awesome Lists containing this project

README

          

# react-hooks

Silly little component to fire off actions in stateless components.

## Installation

```
$ npm install react-hooks
```

## Developing

Build:

```
$ make build
```

Start dev server:

```
$ make start
```

## Badges

![](https://img.shields.io/badge/license-MIT-blue.svg)
![](https://img.shields.io/badge/status-stable-green.svg)
[![](http://apex.sh/images/badge.svg)](https://apex.sh/ping/)

---

> [tjholowaychuk.com](http://tjholowaychuk.com)  · 
> GitHub [@tj](https://github.com/tj)  · 
> Twitter [@tjholowaychuk](https://twitter.com/tjholowaychuk)