PyHAT-stack/awesome-python-htmx

Thoughts about FastUI?

davidbrochart opened this issue · 0 comments

FastUI seems to be following the same principles as htmx, since it's an implementation of the RESTful principle, but with quite a different approach since it uses React in the frontend. No HTML is sent to the browser, instead they use a JSON API and do the rendering in the browser.
I was wondering what people think about it?