PrimateJS: Htmx Quick Start

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    </> htmx - high power tools for HTML

  • htmx

    Discontinued Primate HTMX handler (by primatejs)

  • It seems like they use some of the same syntax of hx-get and hx-post, but then some of the templating like you see in apline.js. But no mention of either project. This primatejs appears to be more of a node backend and provides some variation of the htmx library.

    They do reference upstream in this one issue: https://github.com/primatejs/primate-htmx/issues/1

    Definitely needs some explanation - at first glance this looked like someone trying to repackage htmx under their own name.

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

    Discontinued Primate React handler (by primatejs)

  • HTMX allows to write less JS and for the most part less frontend code in general. That is the main benefit. HTMX is an escape hatch for backend JS devs too. Please, note that PrimateJS backend code is very compact, which itself allows to write less JS code as well.

    With `htmx` template literal tag recently added to PrimateJS, coupling of HTMX and PrimateJS looks much better in the code than previously. Meaning, single JS dev can do a lot even without knowing these two techs deeply, while leaving behind a code that is more likely to be maintainable. Both PrimateJS and HTMX aim to be simple to use and understand for someone being familiar with HTML and JS alone.

    The quick start guide on primatejs.com is just an example of how to try PrimateJS quickly.

    If React is what you're looking for feel free to try the PrimateJS React handler https://github.com/primatejs/primate-react.

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

  • Reusable Input Datalist

    1 project | dev.to | 6 Apr 2024
  • HTMZ inspired form subission

    2 projects | dev.to | 31 Mar 2024
  • Show HN: Alpine Ajax – If Htmx and Alpine.js Had a Baby

    1 project | news.ycombinator.com | 4 Mar 2024
  • Exploring Secutio Task by Task. Setting "Events" Like Stylesheets!

    3 projects | dev.to | 2 Feb 2024
  • React Throws a Curveball

    1 project | dev.to | 20 Jan 2024