Easy composition and reuse with Web Components - Chrome Dev Summit 2014 (Dimitri Glazkov)

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ม.ค. 2025

ความคิดเห็น • 6

  • @vzhen
    @vzhen 10 ปีที่แล้ว

    so this is directive in angularjs?

  • @gapipro
    @gapipro 10 ปีที่แล้ว +1

    Aren't imports kinda bad for performance because end result does a lot more requests to the server then it would without them?

    • @JordanCoeyman
      @JordanCoeyman 10 ปีที่แล้ว +1

      He mentions how most browsers do this on multi-threads in async.. Therefore it's actually a big performance boost by leveraging the browser's capability.

    • @joshirth8400
      @joshirth8400 10 ปีที่แล้ว +1

      Rob Dodson addresses this in his "Let’s build some apps with Polymer!" talk (at the 21 minute mark). Basically, like CSS and JS, you can just merge those imports. There is a Node module for that called Vulcanize. There are also Grunt and Gulp tasks for that.

  • @mistypixstudios6304
    @mistypixstudios6304 7 ปีที่แล้ว

    awesome talk

  • @seybutsu111
    @seybutsu111 ปีที่แล้ว

    Very enthusiastic. Too bad it didn't really work out, with very limited application for very simple reusable components