Yes-Theory-Fam / yestheory.family

The monorepo containing all parts of https://yestheory.family
https://yestheory.family
MIT License
5 stars 0 forks source link

Evaluate usage of server-actions for infinite groupchat load #276

Open mvarendorff opened 9 months ago

mvarendorff commented 9 months ago

Chances are this is a bad idea but I want to look into it anyway; currently rendering groupchats is done both on the server (for the initial response) and the client (for any subsequent renders). Splitting this tends to be annoying and things could be cleaned up if it happened just in one place. Maybe something can be done with server-actions which can return JSX as well?