|
|
|
|
|
by rpdillon
1508 days ago
|
|
> Why on earth you will send markup template for every list item over and over again instead of sending just data and only one code-template (to render data on a client)? I see what you're saying, but I think server-side rendering is simpler, and the concern about repeated HTML tags in the content is likely much easier to address by using gzip over the wire. |
|