Web Components: Everything you need to know

Поделиться
HTML-код
  • Опубликовано: 20 май 2020
  • Web components are the new way to create reusable components for the web. This approach is entirely framework independent and gives you components that can be used in any framework. This video will teach you everything you need to know about web components!
    Examples in video: github.com/JGH153/web-compone...

Комментарии • 14

  • @codeenglish9601
    @codeenglish9601 3 года назад +3

    great video bud! this definitely deserves Waaaaayyyyy more views

  • @nickeax
    @nickeax 3 года назад

    Thank you very much, this video was a great help!

  • @aritramukherjee
    @aritramukherjee 3 года назад +1

    This video informed me some totally new things. that {mode: closed} reality on apple was savage.

  • @gaetano222
    @gaetano222 3 года назад +1

    Just excellent!

  • @DanielRaeder
    @DanielRaeder 3 года назад

    I have been considering learning React, but have had this nagging voice in my head whispering, "Learn web components instead... frameworks come and go... web components are a browser standard..." This video helped seal the deal for me.

  • @mezzasegolas
    @mezzasegolas 3 года назад +1

    Loved this short, but ridiculously exhaustive explanation. Frameworks are comparable to cooking with a microwave. Web components are the pots and pans, knives and cutting boards of web development. And I agree... DEATH to IE!

  • @olegg1082
    @olegg1082 3 года назад

    Nice channel. Hope you'll get many more subs.

  • @alexon2010
    @alexon2010 2 года назад

    Hi, I've seen a lot of video about web component, I've been developing for some time with React, but I've been discouraged from using these tools, it turns out that abstraction with framework, we stopped learning more about the link, and also many times to use simple things we have to take a walk. You really can use Web Component .....

  • @sidekick3rida
    @sidekick3rida 3 года назад

    no need for 'use strict', it's enabled by default in es6

    • @curiousprogramming
      @curiousprogramming  3 года назад

      I think it's only enabled by default for modules (Not using modules here), but I might be wrong

    • @sidekick3rida
      @sidekick3rida 3 года назад

      Oops, you're right! It's only enabled for objects that are exported