All you (probably) need to know about caching on the web πŸ—ƒ

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • SWR

    React Hooks for Data Fetching

    You can also use data fetching packages with built-in caching management, for instance, TanStack Query, SWR, etc.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • Redis

    Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.

    Redis is an in-memory data store that you can use as a database – or a cache in front of your regular database. The speed of Redis makes it ideal to cache database queries, complex computations, API calls, and session state.

  • Next.js

    The React Framework

    It’s no secret that I’m a big fan of Next.js and its many fantastic features. One of the features I adore is their Incremental Static Regeneration.

  • jamstack.org

    The official Jamstack site

    If your site is built on the Jamstack principles, you are probably already using it via a provider like Netlify, Vercel, Cloudflare Pages, etc.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How I fixed this Next.js error: Refused to load the script because it violate Content Security Policy directive

    2 projects | dev.to | 16 May 2024
  • Tips from open-source: Set a maximum time limit on fetch using Promise.race()

    2 projects | dev.to | 7 May 2024
  • Hacktoberfest Week 2 PR

    6 projects | dev.to | 17 Oct 2023
  • Mastering Data Fetching in React: A Comprehensive Guide to SWR

    2 projects | dev.to | 16 Oct 2023
  • Building a Blog Subscription and Pusher with AirCode and Resend

    7 projects | dev.to | 28 Aug 2023

Did you konow that C is
the 7th most popular programming language
based on number of metions?