Just experimenting with htmx and rust
assets | ||
migrations | ||
src | ||
templates | ||
.gitignore | ||
.prettierrc.toml | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
Axum + htmx
This is an example of how you can use Shuttle with Axum, Askama and htmx to create a frontend that's easily extendable and requires zero framework knowledge, while being able to easily inject variables from the backend into the frontend.