▲ | javcasas 12 hours ago | ||||||||||||||||
> How much smaller is the data encoded as JSON than the same data encoded as an HTML table? Particularly if compression is enabled? Well, as many things in life, it depends. If the cells are just text, there is no much difference. But, if the cells are components (for example, popover things or custom buttons that redirect to other parts of the site), the difference of not shipping all those components per cell and rendering them on the frontend starts to become noticeable. | |||||||||||||||||
▲ | swiftcoder 11 hours ago | parent [-] | ||||||||||||||||
How lucky then that WebComponents exist, and we don't actually have to ship the whole DOM for each cell... | |||||||||||||||||
|