Live data from Hacker News

Bootstrap 4 Beta 2

blog.getbootstrap.com

101–103 of 103 posts

Re: Bootstrap 4 Beta 2

#101
post #78

Earlier quoted context omitted.

Maybe you should read the last sentence again. I think perhaps you missed something.

hah! sorry about that, i indeed did! That said, if you have to explain your joke, you've failed :) It was too long!

I actually did not even need to read the last sentence to get that he was being sarcastic

Re: Bootstrap 4 Beta 2

#102
post #101

Earlier quoted context omitted.

hah! sorry about that, i indeed did! That said, if you have to explain your joke, you've failed :) It was too long!

I actually did not even need to read the last sentence to get that he was being sarcastic

good for you!

Re: Bootstrap 4 Beta 2

#103

Earlier quoted context omitted.

Bulma is very far behind. * Lacks all the JS components * Lifts from Bootstrap for most of the CSS components, sometimes down to the class name * Makes the mistakes of early Bootstrap, namely heavily nested classes like .card .media:not(:last-child) that are difficult to overwrite and cause great pain when customizing * Uses antiquated non-extensible syntax/naming conventions for breakpoints, such as "is-desktop" ins…

Coming from BS3+jQuery, BS3/4 was confusing or obtuse to use the jQuery dependent parts with VueJS (modal being a good example). Most BS+VueJS libraries were incomplete or broken somewhere in the VueJS 1 => 2 shuffle. Bulma was not confusing, it's JS agnosticism being the main reason.

Bootstrap can be used with just the CSS and none of the JS components, although Vue also makes it easy to encapsulate jquery into components. [1]

Tachyons [2] is another CSS framework that basically takes the component approach to the extreme and makes all styles separate, like bootstrap being made of only utilities.

1. https://vuejs.org/v2/examples/select2.html

2. http://tachyons.io/

Post reply on HN