How to ACTUALLY create a static site with Next.js

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

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

    The React Framework

  • If you follow the link in the "statically generated blog" example, you'll land on "Pages", where the section Pre-rendering quite explicitly mentions that every page is pre-rendered, without requiring Js to load the initial HTML, which results in better performance and SEO. When the page is loaded, the Javascript code runs afterwards and makes the page fully interactive, which is called hydration.

  • vercel

    Develop. Preview. Ship.

  • https://github.com/vercel/vercel/issues/3294#issuecomment-746634713

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

    The world’s fastest framework for building websites.

  • Read up on the Jamstack. Hugo is one of the most popular options in that space and probably gets you closer to what you want. But frameworks built on top of these SPA libraries are designed to give you the best of both worlds, and if you believe that the 8KB are more important than the benefits offered by React, by all means, use something that outputs pure HTML and CSS.

  • qnt.gg

  • next-mdx-remote

    Load mdx content from anywhere through getStaticProps in next.js

  • And before you tell me I'm using Next wrong, I already know I am. MDX complicates things. I've already investigated next-mdx-remote, but there are pitfalls which I would have to re-architect things to avoid and I didn't feel like doing that.

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

    InfluxDB 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

  • Vite vs Nextjs: Which one is right for you?

    3 projects | dev.to | 29 Apr 2024
  • Next.js: Crafting a Strict CSP

    3 projects | dev.to | 7 Mar 2024
  • Creating an NFT minting Farcaster frame on Solana

    4 projects | dev.to | 22 Feb 2024
  • Building My Developer Blog Site🎉✨🍾

    4 projects | dev.to | 25 Jan 2024
  • Experience of building a complete? font optimization package for Astro websites

    3 projects | dev.to | 11 Jan 2024