Learn about Centmin Mod LEMP Stack today
Register Now

Frameworks Bootstrap vs PureCSS

Discussion in 'Web Development & Web Performance' started by eva2000, May 6, 2017.

  1. eva2000

    eva2000 Administrator Staff Member

    54,868
    12,239
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,810
    Local Time:
    8:55 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    As folks probably can tell, I am not much of frontend web developer or designer. But I always wondered why Bootstrap took off but PureCSS didn't ? I use PureCSS for Centmin Mod 123.09beta01's new default nginx site domain vhost index.html templates as it's very light weight compared to Bootstrap.
    Example layouts
    There seems to be other mimimalistic frameworks too
    upload_2017-5-6_3-34-22.png

     
    Last edited: May 6, 2017
  2. Jimmy

    Jimmy Well-Known Member

    1,788
    390
    83
    Oct 24, 2015
    East Coast USA
    Ratings:
    +990
    Local Time:
    6:55 AM
    Bootstrap was a Twitter project. You can't buy that kind of publicity.
     
  3. eva2000

    eva2000 Administrator Staff Member

    54,868
    12,239
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,810
    Local Time:
    8:55 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Yeah that certainly would give them a leg up in mind share/awareness :)
     
  4. Colin

    Colin Premium Member Premium Member

    192
    59
    28
    Oct 7, 2015
    Sheffield UK
    Ratings:
    +154
    Local Time:
    10:55 AM
    1.19.#
    MariaDB 10.1.#
    It tackled some things differently and got the mind share. Wasn't the best, fastest or first.
    Foundation | The most advanced responsive front-end framework in the world. was kind of there or near enough, but obscured by twitter's reach. I recently used foundation for email in a rails app and it's quite a blast! ( good; responsive emails )

    Recently I've been trying to move away from grabbing bootstrap, but soo many easy examples to help. so many sites are obviously bootstrap too. Not that this is bad, familiarity helps the end user.

    I went through a phase of trying to materialize sites and following aspects of BEM. I've stopped now except for 'applications' of a business-like nature. i.e. the sort of admin/management areas. Public facing, meh, not found many who love it over familiar UI of yesterday. I'll let google push it more! I did use it exclusively on one client site, said he didn't like it, could it be more google like... interesting conversation followed.

    I've instead, been reaching for the tachyons and atomic css approach. Interesting is a one-word description. Once over the WTF is going on it starts to make sense. Definitely more verbose than btn-primary btn-blue, but I know btn-blue might not be blue after a few overrides... or in certain parents, it's red etc.

    TACHYONS - Css Toolkit
    Full re-write in 10 days with tachyons and functional CSS: A case study (Part 1)
    https://www.sitepoint.com/atomic-css/

    It only really makes sense in applications you have a lot of control over. To add all the bits say to override a forum skin... not sure. It's on the cards to try though, it might be easier than chasing down override bugs.

    ...and like you, I'm not a designer, much more function over form. So it's hard to beat using a framework that has 99% of your needs covered out of the box. I do like pure, any of the lighter ones. Just have too many bootstrap classes in the noggin.
     
  5. eva2000

    eva2000 Administrator Staff Member

    54,868
    12,239
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,810
    Local Time:
    8:55 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+