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.
- Host: GitHub
- URL: https://github.com/robertoachar/react-hooks
- Owner: robertoachar
- Created: 2018-10-25T21:01:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-27T18:44:16.000Z (over 6 years ago)
- Last Synced: 2024-12-26T07:42:11.704Z (4 months ago)
- Topics: hooks, react, react-hooks
- Language: JavaScript
- Size: 248 KB
- Stars: 3
- Watchers: 2
- 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)