Remix.run Logo
meindnoch 4 days ago

But you could detect such recursion and stop descending on the client side. Then the server could mirror the same recursion on their end.

kentonv 4 days ago | parent [-]

Yes, perhaps. Particularly if it's the exact same function (by identity). It hadn't occurred to me.