This simple app demonstrates how HTTP chaching for GET method works.
- pull this repo.
- yarn install.
node server.jsto run the api serveryarn startfor front end- Go to
http:localhost:3000in your browser (if it does not open automatically). - Open the network tab, and make sure "Disable cache" is NOT ticked.
This project was bootstrapped with Create React App.