zachleat’s avatarzachleat’s Twitter Archive—№ 45,526

    1. …in reply to @jjenzz
      @jjenzz Yeah, that is true of *any* SSR framework though (independent of web components). The level playing field is that all client rendered components trade encapsulation (in this discussion: portability) for slower performance.
  1. …in reply to @zachleat
    @jjenzz one or two more things about WebC: github.com/11ty/webc/issues/23 a playground site might be a nice tool for extracting SSR output for re-use? I would also point you to this experiment with WebC on Express by @NickColley github.com/NickColley/express-webc (also note that WebC is a few weeks old)