Can you customize Web Components without a framework!?

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.ค. 2024
  • Source code: gist.github.com/cferdinandi/9...
    Work on fun projects like this at the Lean Web Club. Sign up for free at leanwebclub.com.
    Hate the complexity of modern front‑end web development? I teach people a simpler, faster way to build for the web. Get free Daily Developer Tips at gomakethings.com.
    ⏳ Timestamps
    00:00 - Intro
    01:30 - Lean Web Club
    02:05 - Customizing a Web Component
    25:27 - Conclusion

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

  • @terhuneb
    @terhuneb 5 วันที่ผ่านมา

    Thank you for mentioning an ES Module implementation too.

    • @gomakethings
      @gomakethings  4 วันที่ผ่านมา

      You're welcome!

  • @dirtdart81
    @dirtdart81 5 วันที่ผ่านมา

    Really enjoying this series! I'm not new to programming, but new to web/js and it is an interesting time to be learning. As flavor of the week frameworks go in and out, this kind of 'back-to-basics' feels timely. Thanks for the videos!

    • @gomakethings
      @gomakethings  4 วันที่ผ่านมา

      You're welcome! If you have any questions along the way, feel free to ask!

  • @cmilne10
    @cmilne10 5 วันที่ผ่านมา

    great series. Informative and simple

  • @sonnyl2915
    @sonnyl2915 5 วันที่ผ่านมา

    Luv it! Question: I've got troubled running into swapping elements issue. How do you have all the elements within the web-component readily in order for execution by the DOM? Sometimes in the console window said undefined or not found?

    • @gomakethings
      @gomakethings  4 วันที่ผ่านมา +1

      I wrote a little bit about this a few weeks ago: gomakethings.com/the-different-ways-to-instantiate-a-web-component/
      If you have a specific example in a code pen or GitHub repo you'd like me to look at, though, that works too!