HTMX Go Todo List Application (#2 - TailwindCSS)

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 พ.ย. 2024

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

  • @arturfil
    @arturfil หลายเดือนก่อน +1

    One question, by using pnpm aren't you installing all the other libraries that come with node? And isn't that defeating the purpose of using Go with htmx to make the code light-weight?

    • @webdevfuel
      @webdevfuel  หลายเดือนก่อน +1

      As far as I'm aware, Vite will only include what's being imported in the input, so it strips down everything else (in this case, it should only include htmx). But more recently I've found it easier to just copy the minified js file from HTMX's CDN, since it's simpler. I would still do it this way if I wanted to add HTMX extensions though.

    • @arturfil
      @arturfil หลายเดือนก่อน +1

      @@webdevfuel I'll build a project tonight and see how it goes, if so it's very interesting

    • @webdevfuel
      @webdevfuel  หลายเดือนก่อน +1

      @@arturfil Good luck with your project!

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

    nice vid. can you make a video about how to config nvim like you? thanx

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

      Thanks for watching! I'm not planning on creating videos about Neovim in the near future, but I mostly get all the ideas for my config from @ThePrimeagen and @teej_dv. If you want help with it you can hit me up on X @emanuelturis.