Building a website like it's 1999... in 2022

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

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

    Minified ES module renderers for FicusJS

  • I'm particularly fond of the new native JS Web Components which require no build process and are extremely fast and purely client-side. When developed well it can also reduce the bundle size because it can use dynamic imports. I played around with making a SPA out of it and only got frustrated with its lack of React-like JSX. This could be overcome with tagged literals.

  • neocities

    Neocities.org - the web site. The entire thing. Yep, we're completely open source.

  • I've got a link to the next best thing.

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

    RFCs for changes to React (by reactjs)

  • They likely mean this one I think.

  • dom-examples

    Code examples that accompany various MDN DOM and Web API documentation pages

  • hiccup

    Fast library for rendering HTML in Clojure

  • Clojure people have been doing this for a decade or so. It’s really so much better to work with. All started with Hiccup and when React came along you got Reagent and many more developments building on the idea.

  • reagent

    A minimalistic ClojureScript interface to React.js

  • Clojure people have been doing this for a decade or so. It’s really so much better to work with. All started with Hiccup and when React came along you got Reagent and many more developments building on the idea.

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