-
Web Components, e.g. https://github.com/github/relative-time-element
-
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.
-
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...
-
msgspec
A fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML