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
I believe most developers use both SSR and CSR together when they apply HTMX to their website (e.g. if you want to embed the powerful table library tabulator). In most of HTMX projects, CSR would increase the project complexity and is not recommended except:
The lib is much easier to use in CSR (tabulator, e.g)
You are not allowed to change the Server API. (my project falls into this categrory).
Hey @godsarmy
mega cool .
I have been meaning to do this and you have for me and others .
what do you think about leveraging both SSR and CSR ? Isomorphic is the fancy pants word for this :)
the CSR would use json from the server .
once you go down this rabbit hole it gets depleting to do mutations optimistically on the client ?
The text was updated successfully, but these errors were encountered: