|
|
|
|
|
by pier25
855 days ago
|
|
Do LiveWire responses get so big that the size becomes an issue? Haven't used either LiveWire or LiveViews seriously. Honestly trying to understand what you're saying. I was under the impression LiveWire only sent the data for the component being updated so realistically the main issue is latency (just as with LiveViews). I mean, sending 0.1kB vs 1kB is 10x worse but in practice this doesn't seem like it would have a real impact in UX for the majority of use cases. |
|
Live View only sends the diffs excuse the state lives in an active process on the server, and it uses web sockets which is much faster than http requests.