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

https://github.com/leoziondev/proj-tripago

ReactJS Fetching Data & useEffect
https://github.com/leoziondev/proj-tripago

customhooks json-server reactjs useeffect useref usestate

Last synced: 11 days ago
JSON representation

ReactJS Fetching Data & useEffect

Awesome Lists containing this project

README

          

# ReactJS Fetching Data & useEffect

Project by learning and explore more about using fetching data with useEffect hook

### __How use this project__
* `clone` this project
* enter the folder project for install dependencies with command `yarn` or `npm install`
* start the project with `yarn dev` or `npm run dev`
* start json server with command `json-server --watch ./data/db.json`

### __Documentation__

* [ReactJS](https://pt-br.reactjs.org/)
* [JSON Server](https://github.com/typicode/json-server)