My Journey to build daisyUI: Why Tailwind CSS was not enough?
1–10 of 18 posts
Re: My Journey to build daisyUI: Why Tailwind CSS was not enough?
#2Re: My Journey to build daisyUI: Why Tailwind CSS was not enough?
#3This looks like a very good project. I am setting up for a new project and I was planning on using ShadcnUI for it, but after reading this blog post I'm interested in trying Daisy. I like the way it's structured for customizability. Does anyone have any thoughts on using this vs Shadcn?
Re: My Journey to build daisyUI: Why Tailwind CSS was not enough?
#4Re: My Journey to build daisyUI: Why Tailwind CSS was not enough?
#5This looks like a very good project. I am setting up for a new project and I was planning on using ShadcnUI for it, but after reading this blog post I'm interested in trying Daisy. I like the way it's structured for customizability. Does anyone have any thoughts on using this vs Shadcn?
Re: My Journey to build daisyUI: Why Tailwind CSS was not enough?
#6Re: My Journey to build daisyUI: Why Tailwind CSS was not enough?
#7Edit: The core concepts section is worth a read in it's entirety but I believe this is the relative part:
https://tailwindcss.com/docs/reusing-styles#avoiding-prematu...
Re: My Journey to build daisyUI: Why Tailwind CSS was not enough?
#8Re: My Journey to build daisyUI: Why Tailwind CSS was not enough?
#9If I remember right, the design philosophy around why Tailwind encourages you to write all the different classes out individually each time is that it wants you to reuse components rather than CSS classes because as the codebase scales and gets more complex you now know that any changes are only going to affect that component and not that component + whatever dev decided to use that custom class you made somewhere el…