Post B4nFyjLqUaOrgyaoyG by julia@eepy.moe
 (DIR) More posts by julia@eepy.moe
 (DIR) Post #B4mJnMemjdTSmOKMcK by fluffylea@fedi.absturztau.be
       0 likes, 0 repeats
       
       Why does nobody make a component library anymore that I can just include.Why do they all need tailwind which needs me to have my templates in a way the tailwind CLI can parse them.Why does every new component library require me to use Webpack or Vite or whatever. I don’t wanna have to deal with a build system.
       
 (DIR) Post #B4nFyjLqUaOrgyaoyG by julia@eepy.moe
       0 likes, 0 repeats
       
       @fluffylea@fedi.absturztau.be because there's niceties to be had from build systems, and most of these component libraries are built for sufficiently advanced codebases that need those niceties to be easier to weild.That said fuck tailwind
       
 (DIR) Post #B4nFyjs6YeCjJ1gaFk by fluffylea@fedi.absturztau.be
       0 likes, 0 repeats
       
       @julia I guess yes, if your goal is to obfuscate the JavaScript as much as possible, then yes, a build system might be great.I however want to serve like 5 HTML pages, that are templated server side. I know tech bros hate server side rendering, but imo it definitely has use cases.I have now resorted to https://picocss.com/ which does most of the things I want (not having to touch CSS), without having to compile my sources every time I wanna make a change.