Remembering how to make a website without React

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

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

    Minimal templating with {{mustaches}} in JavaScript

  • First, I setup mustache (npm package) as the templating language (the npm package hasn’t been updated in two years, so that’s great). Mustache is really simple, it provides a few helper utilities, like replacing variables, or iterating over data,

  • markdown-it

    Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed

  • Next, I setup a markdown parser, markdown-it. I then created another Mustache lambda for converting markdown to HTML and injecting it in the template output. I also ran the Markdown string through the Mustache parser, so I could use my “media” lambda inside markdown. This is where things got gross in the code.

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

    A robust HTML entity encoder/decoder written in JavaScript.

  • This obviously does not work with the Mustache parser. So I had to uninstall another package to decode the HTML entities, and then deal with the original recursive replacement problem. Here’s what the final code looks like:

  • json5

    JSON5 — JSON for Humans

  • Ditch TOML in favor of YAML or JSON 5.

  • dotnyc

    personal website. resume/blog

  • You can find the full source code for this here.

  • 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

  • After an eternity, java.com has updated its homepage

    6 projects | /r/ProgrammerHumor | 29 May 2022
  • My opinion about opinionated Prettier: 👎

    3 projects | dev.to | 2 May 2024
  • Google Search Parameters (2024 Guide)

    2 projects | dev.to | 22 Apr 2024
  • Tired of Typescript? Check out ReScript!

    3 projects | dev.to | 19 Apr 2024
  • JSON-editor: generate forms and edit JSON documents using JSON schema

    1 project | news.ycombinator.com | 17 Apr 2024