Caching with HttpInterceptor in Angular

By LogRocket Blog - 2021-02-15

Description

HttpInterceptor in Angular drastically reduces the huge amount of code required to implement HTTP caching.

Summary

  • Chidume Nnamdi FollowI'm a software engineer with 6+ years of experience.
  • This would impact your app’s performance due to the time it takes to process the data in the server and send it over when the data has never changed from previous requests.
  • Then, with the cache deleted, a server request is made.

 

Topics

  1. Backend (0.28)
  2. Frontend (0.21)
  3. Database (0.15)

Similar Articles

How to Fetch Data in React: Cheat Sheet + Examples

By freeCodeCamp.org - 2021-02-12

There are many ways to fetch data from an external API in React. But which one should you be using for your applications in 2021? In this tutorial, we will be reviewing five of the most commonly used ...

5 ways to make HTTP requests in Node.js

By LogRocket Blog - 2021-02-04

Make HTTP requests in Node.js using the native module as well as npm packages like Axios, Got, SuperAgent, and node-fetch.