Is everyone designing super cool JavaScript frontends?

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

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
  • Tailwind CSS

    A utility-first CSS framework for rapid UI development.

  • I do most of my styling with TailwindCSS utility classes, which work quite nicely in django templates. I do like django-tailwind for integration, but it's not truly necessary.

  • htmx

    </> htmx - high power tools for HTML

  • I like htmx and use django-htmx mostly for the middleware. This is the thing that lets me skip most of the javascript but still have sites that feel as interactive as I want them 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 logo
  • Alpine.js

    A rugged, minimal framework for composing JavaScript behavior in your markup.

  • For those little bits of reactivity that I do need to script, I like alpine.js. I mostly use that for making modals and menus work.

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

  • Seeking more libs like Alpine and HTMX

    3 projects | /r/webdev | 9 Jun 2021
  • VueJS turns 10 years old

    5 projects | news.ycombinator.com | 4 Feb 2024
  • A First Look at HTMX and How it Compares to React

    6 projects | dev.to | 18 Sep 2023
  • Javascript in Razor Pages, good Libraries?

    2 projects | /r/dotnet | 10 Jul 2023
  • Beginner question

    2 projects | /r/learnjavascript | 24 Apr 2023