robertwayne / axum-htmx

A set of htmx extractors, responders, and request guards for axum.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider adding a simple example?

vihu opened this issue · comments

Thank you for writing this extension. I have a relatively mid size project (internal) that uses axum + minijinja + htmx and as you mentioned in the README, we do send a bunch of full/partials html around. I was hoping if you could consider adding a simple example with a base.html and partial.html and show how axum-htmx would do its thing.

Thanks!

Seconded! An example would be great. So glad I found this crate. Can't wait to start using it. Thank you for your work!

I will work on that.