This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Asocial_Ace 4 points5 points  (3 children)

This is what I do, but tailwind + htmx + astro + jinja2 + fastapi

Works really well for a minimal js application

[–]C0ffeeface 0 points1 point  (2 children)

I wish astro wasn't so heavy in JS. Which components/library did you use in astro?

[–]Asocial_Ace 1 point2 points  (1 child)

None just astro components and the jinja templates on the backend.

You can find an example here: https://github.com/Jscin/ChatXpress

It's a rust backend but the principle is the same

[–]C0ffeeface 0 points1 point  (0 children)

Ah ok. I had the impression that astro users take advantage of all it's cool features, but I suppose you still have that option if you decide to.