So my goal in combining the two frameworks is just to use fast tags to generate the html. Fasthtml seems immature for production but good for generating htmx. I don’t think producing achieves what I’m looking for
Actually the complete API Part :p. I received a question if you could do it on my first tutorial and I showed how. I also gave an opinion about if you "should" do it.
@@codingcrashcourses8533 According to the Fasthtml documentation it inspired completly from fastapi and nearly all features in fastapi can be founf in fasthtml.
Someone was reading my mind. Thank you.
Hmmm interesting never heard of fasthtml. Im curious what python developers tend to most commonly use for integrating AI apps into webpages though.
Most will use just APIs, at least when you want to develop professionally :)
I’ve been using react before I found fasthtml
thanks for your approach, are you thinking to create course about?
No, package is far too new :)
@@codingcrashcourses8533 total understandable
So my goal in combining the two frameworks is just to use fast tags to generate the html. Fasthtml seems immature for production but good for generating htmx. I don’t think producing achieves what I’m looking for
What features of fastapi are not available in fasthtml? What caused you to want to combine these technologies?
Actually the complete API Part :p. I received a question if you could do it on my first tutorial and I showed how. I also gave an opinion about if you "should" do it.
@@codingcrashcourses8533 According to the Fasthtml documentation it inspired completly from fastapi and nearly all features in fastapi can be founf in fasthtml.
@@codingcrashcourses8533But you can serve API routes in FastHTML?
What am I missing?
Seems like FastHtml has it all. Front end and backend.
you can for example separate the database acces and do it from fastapi. it would be the real backend.
I recommend Litestar instead of FastAPI for backend
@@BluParkour May you explain why?
But why?
But why what? Combine the frameworks?
@@codingcrashcourses8533 Why not just use FastHmtl alone?