3 comments

  • Lucian Tartea, over 3 years ago

    Great templates, thanks for sharing this curated roundup

    0 points
  • Jerry TJerry T, over 3 years ago

    There’s also a growing trend around tailwind css templates. I’m curious to have your take as a front end dev? Is it useful?

    0 points
    • Pasquale Vitiello, over 3 years ago

      Tricky question! I don't love using CSS frameworks because they provide much more stuff than you really need, and I prefer to spend my time writing new code rather than wasting time to remove unused code. But if you need to go fast, you might want to use a CSS framework like Tailwind, Bootstrap, or any other. I would go with the one I feel more comfortable with.

      TBH I've never used Tailwind yet, but I know how it works. Utility classes give you great flexibility, it's like styling elements in the HTML. On the other hand, I would not recommend it for building complex and scalable design systems.

      1 point