Precaching pages with next-pwa

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

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-pwa

    Zero config PWA plugin for Next.js, with workbox 🧰

    It's possible that next-pwa might support precaching pages in the future. Subscribe to issue 252 to keep up to date on that.

  • nanoid

    A tiny (124 bytes), secure, URL-friendly, unique string ID generator for JavaScript

    By default Next.js uses nanoid to produce build ids so I used that too. You don't have to use it, there are other options, such as uuid.

  • 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.

  • uuid

    Generate RFC-compliant UUIDs in JavaScript

    By default Next.js uses nanoid to produce build ids so I used that too. You don't have to use it, there are other options, such as uuid.

  • anyaral

    Player helper tool for the game World of Twilight. Designed for mobile and offline use. Created with Next, Next-pwa and Tailwind.

    If you'd rather see the original code, you can check out my project Anyaral on GitHub. Relevant files are next.config.js and the content of the util folder.

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