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
- Host: GitHub
- URL: https://github.com/leoziondev/proj-tripago
- Owner: leoziondev
- Created: 2022-07-17T18:42:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T05:54:49.000Z (almost 4 years ago)
- Last Synced: 2025-03-02T06:41:09.231Z (over 1 year ago)
- Topics: customhooks, json-server, reactjs, useeffect, useref, usestate
- Language: JavaScript
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)