SSR caching?

This page summarizes the projects mentioned and recommended in the original post on /r/nextjs

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • Next.js

    The React Framework

  • I came across this official example here: https://github.com/vercel/next.js/tree/master/examples/ssr-caching

  • next-i18next

    The easiest way to translate your NextJs apps.

  • My app is also translated using next-i18next. I believe this is causing an issue, as implementing either solution has an error being thrown: Error: Initial locale argument was not passed into serverSideTranslations

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • SWR

    React Hooks for Data Fetching

  • So the values are up to you; you could combine this client-side revalidation (SWR from Vercel) Note that this only works through Vercel’s hosting platform, you can't feel any difference if you test locally. Once live, you'll see a header such as "x-vercel-cache" or something like this which tells you if it's HIT, MISS or STALE (I believe).

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