DEV Community

Discussion on: Caching network requests on the frontend

Collapse
 
samcs100 profile image
samcs100

This is a great work. Is there any work around for post calls means if i want to serialize the request and send? Can you suggest me how it will be done or any suggestion? Right now, i want to cache the request and set the response in localstorage. So, if i call the same service with same params then i will get that cached response.