GitHub - Pydantic/FastUI: Build Better UIs Faster.
Fleeting- External reference: https://github.com/pydantic/FastUI
GitHub - pydantic/FastUI: Build better UIs faster. REST
RESTful principle as described in the HTMX article is that the frontend doesn’t need to (and shouldn’t) know anything about the application you’re building. Instead, it should just provide all the components you need to construct the interface, the backend can then tell the frontend what to do.
Think of your frontend as a puppet, and the backend as the hand within it — the puppet doesn’t need to know what to say, that’s kind of the point.
FastUI is like the opposite of GraphQL but with the same goal — GraphQL lets frontend developers extend an application without any new backend development; FastUI lets backend developers extend an application without any new frontend development