Vendor dependencies

This commit is contained in:
2026-08-01 16:11:49 +03:00
parent 7f139a0241
commit 6b5e7f0f8b
29706 changed files with 9575646 additions and 0 deletions
@@ -0,0 +1,20 @@
+++
title = "Full CRUD with HTMX scaffold generator"
description = "Learn how to use HTMX with Loco. Using Loco's core generator scaffolding abilities, we added support for generating a set of HTMX powered views, which makes it a joy to build a fullstack UI app."
date = 2024-06-27T14:20:42+00:00
updated = 2024-06-27T14:20:42+00:00
draft = false
template = "casts/page.html"
[taxonomies]
authors = ["Team Loco"]
[extra]
num = "007"
id = "OWUvUSC1KvY"
+++
Reference material for this episode:
* Loco.rs docs: [Views](https://loco.rs/docs/the-app/views/)
* HTMX [website](https://htmx.org/)