Do you use SSR for your admin dashboards ?

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
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SWR

    React Hooks for Data Fetching

    Use Client-side swr hooks with the SSG data as a fallback/initial in order to get the "real-time" data.

  • Next.js

    The React Framework

    Well on a dashboard most things need to be "real time" ( not web sockets real time just up to date with the db at page loading time) ang getSP prevents to use getSSP (although apparently being worked on https://github.com/vercel/next.js/discussions/11424) and thus means every not static stuff has to be fetched from the client.

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

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