Remix.run Logo
stingraycharles a day ago

Reminds me a bit of the problem that GraphQL solves for the frontend, which avoids a lot of round-trips between client and server and enables more processing to be done on the server before returning the result.

politelemon 21 hours ago | parent [-]

And introduce a new set of problems in doing so.

malnourish 13 hours ago | parent [-]

Complexity doesn't go away, it just moves somewhere else.