Software Alternatives & Reviews

Bootstrap VS Tachyons

Tailwind CSS Tachyons SUIT CSS
  1. A utility-first CSS framework for rapidly building custom user interfaces.
    Pricing:
    • Open Source
    In a comment of stackshare Bridget Sarah says Bootstrap is pain to override and you can tell from distance if you are using Bootstrap as every thing looks similar. She has found Tailwind CSS, which she finds better and faster than Bootstrap. According to Daniel Eden, Designer at Facebook, Tachyons documents and limits properties of components which he calls subatomic design. These subatomic properties are composed to create components, rather than recreating components and its variants.

    #Developer Tools #Design Tools #Website Design 870 social mentions

  2. A modular CSS toolkit that makes it easy to build interfaces that are readable, responsive, and fast loading.
    Pricing:
    • Open Source
    Compared to Tachyons, Bootstrap is higher level framework, but Bootstrap is heavy. Bootstraps btn class adds over 400 lines of CSS code to the HTML element. Customisation of Bootstrap is frustrating. To change the look and feel of Twitter, one would need to look into long pages of code adding even more lines and probably many !important directives. Dakota Lee Martinez in his article provides a button example created with Tachyons, which is elegant and simple.

    #CSS Framework #Design Tools #Developer Tools 23 social mentions

  3. SUIT CSS is a CSS preprocressor for component based UI development.
    Pricing:
    • Open Source
    Tachyons developer, Adam Morse in this talk at DevShop London 2016, talks about motivation behind Tachyons. He discusses the problem of continuous over-riding your own written CSS code, writing tons of CSS code, struggle to keep all this info in your head and the need to refactor 200Kb CSS file. His answer to the problem is Tachyons. SUIT CSS (Style Tools for UI Components). Was the initial inspiration that lead to creation of Tachyons. Unlike Bootstrap where you redefine a component multiple times, SUIT had a class which would not redefine itself or mutate later.

    #Developer Tools #Design Tools #CSS Framework 4 social mentions

Discuss: Bootstrap VS Tachyons

Log in or Post with