Skip to content

Ifycode-study/react-fetchdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fetching data and useEffect

Fetching data and useEffect, from "Build Web Apps with React & Firebase" Udemy course by Net Ninja.

Json server

Install json-server globally: npm install -g json-server

Create data > db.json file.

Start json-server: json-server --watch ./data/db.json

This project was bootstrapped with Create React App.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published