Best way to approach multi page websites and not SPA's.

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • astro

    The web framework for content-driven websites. ⭐️ Star to support our work!

    Like someone else already suggested, Astro is amazing.

  • Next.js

    The React Framework

    You could look at a static site generation or server side rendering utility like nextjs https://nextjs.org . Since you’re already familiar with react it should be easier to pick up and SSG or SSR will mean you get great SEO. You can also use things like markdown to store content such that you don’t have to manually code tags for things like footer links ect. If you’re keen on not using react there are static site generation frameworks like jekyll https://jekyllrb.com

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

  • Jekyll

    :globe_with_meridians: Jekyll is a blog-aware static site generator in Ruby

    You could look at a static site generation or server side rendering utility like nextjs https://nextjs.org . Since you’re already familiar with react it should be easier to pick up and SSG or SSR will mean you get great SEO. You can also use things like markdown to store content such that you don’t have to manually code tags for things like footer links ect. If you’re keen on not using react there are static site generation frameworks like jekyll https://jekyllrb.com

  • Hugo

    The world’s fastest framework for building websites.

    Sounds like you want something like https://gohugo.io/

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