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

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

A playground for React Hooks.
https://github.com/robertoachar/react-hooks

hooks react react-hooks

Last synced: 2 months ago
JSON representation

A playground for React Hooks.

Awesome Lists containing this project

README

        

# React Hooks

> A playground for React Hooks.

# Development

- Clone the repo

```bash
$ git clone https://github.com/robertoachar/react-hooks.git
```

- Install dependencies

```bash
$ npm install
```

- Run

```bash
$ npm start
```

# Author

[Roberto Achar](https://twitter.com/robertoachar)