Integrate Tailwind CSS with .NET 8 MVC: Step-by-Step Guide

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

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

  • @Martindevs2024
    @Martindevs2024  24 วันที่ผ่านมา

    What feature of Tailwind CSS are you most excited to use in your .NET projects? Let me know in the comments below!

  • @senx3824
    @senx3824 20 วันที่ผ่านมา +1

    Yeaa! Another js library to learn and add complexity to project designs and developments. What does this add that existing libraries do not?

    • @Martindevs2024
      @Martindevs2024  20 วันที่ผ่านมา +1

      Tailwind CSS framework aim to optimize performance, but Tailwind CSS's utility-first approach allows developers to reduce CSS file sizes by including only the classes needed. This often leads to smaller file sizes and improved performance

    • @senx3824
      @senx3824 18 วันที่ผ่านมา

      @@Martindevs2024 So developers can get sloppy with code maintanence? How much file size on average gets saved? I dont get it.

    • @Martindevs2024
      @Martindevs2024  18 วันที่ผ่านมา

      @ Tailwind CSS can significantly reduce your application's CSS file size by purging unused styles in production. While the development build is ~3-5 MB, the optimized production build is typically only 10-50 KB, saving space compared to traditional CSS frameworks or custom stylesheets

    • @senx3824
      @senx3824 17 วันที่ผ่านมา

      @@Martindevs2024 Well if that is true, I would see the benefits.
      Where exactly does all this massive unused css code come from? Is this the excess from bootstrap and other libraries?