@gabek it sounds like a joke, but i am very interested in exploring the idea of “clientless” apps. like, there is obviously still a client, but what if you as a backend engineer didn’t need to worry about frontend code at all and could just call a function in your native tongue, like go.
it is a half baked idea, but this file i wrote a few years back is the closest thing i have to exploring it.
https://github.com/tylerchilds/tag/blob/main/examples/todo-list/index.html
the gist, i broke out client features atomically and then composed scope.