You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: