Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 379 Bytes

readme.md

File metadata and controls

10 lines (9 loc) · 379 Bytes

Example of React Suspense

Implemented React Suspense using swr

This project will submit form and save record Create Report of saved records Option to Delete record json-server is used for Backend
use npm install
npm run start

Command For backend - npx json-server --watch db.json --port 8080 "# react-suspense-basic-example"