Designing Modern UI with Lit Web Components

Поделиться
HTML-код
  • Опубликовано: 5 янв 2025

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

  • @AnatolyKrasnov-vu6mt
    @AnatolyKrasnov-vu6mt 6 месяцев назад +3

    Mind-blowing

    • @cmgriffing
      @cmgriffing 6 месяцев назад

      Thanks! It was fun to make.

  • @yusufs_solos
    @yusufs_solos 5 месяцев назад

    Which one we should learn Stencil or Lit

    • @alaindettorre5807
      @alaindettorre5807 4 месяца назад

      Lit is extremely better than Stencil.js, I used and work with both. Also, NPM trends shows Lit is way more used then Stencil.js these days

  • @cintron3d
    @cintron3d 6 месяцев назад +3

    Personally, I like SolidElement better.
    It's comparable to lit in performance/bundle-size, and allows react devs to feel more at home with JSX and signals.

    • @JLarky
      @JLarky 6 месяцев назад +3

      I wish solid elements had docs :) I used it on a smaller project

    • @cmgriffing
      @cmgriffing 6 месяцев назад

      @cintron3d Oh interesting. I hadn't seen that before. Very cool. I quite like Stencil as well since they handle lazy loading in a cool way.

    • @cmgriffing
      @cmgriffing 6 месяцев назад +1

      @@JLarky Yeah it looks like the docs are limited to what's in the README and just a simple example component.