|
|
|
|
|
by kaoD
3534 days ago
|
|
> you can't write both server-side and client-side code handling for every UI state I'm interested, what do you mean? Can you give an example? As far as I can tell, whatever you serve to the client is also available server-side. You render it there, send it down the pipe as static HTML and hydrate it client-side seamlessly. Except for specific cases where client's local storage has a significant amount of data, of course, but that seems more like the exception than the norm. |
|