next-cache-effective-pages - Changing your static file into a dynamic regeneratable page

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

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.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • next-cache-effective-pages

    A helper for creating cache-effective server-side-rendered Next.js pages with minimal effort

  • Let's say you want to re-generate a static file (e.g. public/sitemap.xml) every 15 minutes. The first solution that comes to mind is doing this at build time and it's great and simple, but.... it wouldn't work for mid and big-scale applications (considering that you're rebuilding your app every time there's a change in CMS). And this is where the next-cache-effective-pages library comes into the picture.It makes it easier to change your static file into a regeneratable page without you worrying about effective caching and bandwidth attacks.

  • 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
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 to create good api-routes?

    1 project | /r/nextjs | 5 Oct 2021
  • Seamless Open Graph images generation library for Next.js

    2 projects | /r/node | 3 Oct 2021
  • Seamless Open Graph images generation library for Next.js

    2 projects | /r/nextjs | 3 Oct 2021
  • GitHub - neg4n/next-api-compose: 🧬 Simple, dependency free, error aware and powerful utility to compose chain of multiple middleware into one Next.js API Route.

    2 projects | /r/nextjs | 14 Sep 2021
  • GitHub - neg4n/next-hcaptcha: Robust, dependency free and highly configurable solution for guarding Next.js API Routes through higher order function with HCaptcha 🤖

    1 project | /r/node | 13 Sep 2021