https://github.com/robertoachar/react-hooks
A playground for React Hooks.
https://github.com/robertoachar/react-hooks
hooks react react-hooks
Last synced: 3 months ago
JSON representation
A playground for React Hooks.
- Host: GitHub
- URL: https://github.com/robertoachar/react-hooks
- Owner: robertoachar
- Created: 2018-10-25T21:01:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-27T18:44:16.000Z (over 7 years ago)
- Last Synced: 2025-05-15T09:43:29.317Z (about 1 year ago)
- Topics: hooks, react, react-hooks
- Language: JavaScript
- Size: 248 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)