inDepth.dev
  • Our Manifesto
Subscribe
Tagged

cache

A collection of 1 post

Building a Type Agnostic Cache Using Generics in TypeScript
typescript

Building a Type Agnostic Cache Using Generics in TypeScript

When building a client application, some requests to the server are identical regardless of the specific view the user is in. A cache eliminates redundant HTTP calls and may also help reduce the number of potential future HTTP calls if it implements some additional logic.

  • Tobias Schweizer
Tobias Schweizer Feb 24, 2021 • 8 min read
inDepth.dev © 2023
Powered by Ghost