Htmx, Rust and Shuttle: A New Rapid Prototyping Stack

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. relative-time-element

    Web component extensions to the standard <time> element.

    Web Components, e.g. https://github.com/github/relative-time-element

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. actix-htmx

    Actix Web middleware for use when developing with htmx

    You'd use the hx-delete attribute and have a server side handler that responded to that by deleting the item & returning a new list of items. You can see an example of that approach (with Rust + Actix Web) here that I'm currently working on (the partial to list todo items is in templates, and you can follow the delete link to the relevant handler in routes/todo/delete.rs):

    https://github.com/welshdave/actix-htmx/tree/main/examples/t...

  4. msgspec

    A fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML

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

  • MessagePack: It's like JSON, but fast and small.

    6 projects | news.ycombinator.com | 10 Jan 2025
  • Biblioteca emoji-picker-element em português

    1 project | dev.to | 22 Jul 2024
  • Pyserde

    1 project | news.ycombinator.com | 6 May 2024
  • pyserde: Serialization library on top of dataclasses, inspired by serde-rs

    1 project | news.ycombinator.com | 18 Nov 2023
  • Use web components for what they’re good at

    8 projects | news.ycombinator.com | 23 Aug 2023

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?